h1.b_h1class {
    font-size: 1.3rem;
    margin-bottom: 0;
    /* line-height: 1.5; */
}
p.cl_mj_p {
    font-size: 16px;
    color: #000000;
    line-height: 1.5;
    text-align: justify;
    display: none; /* 这行代码将隐藏所有具有这个类名的元素 */
}

h2.cl_mj_h2 {
    font-size: 24px;
    color: #003399;
    text-align: center;
    margin-bottom: 20px;
    display: none; /* 这行代码将隐藏所有具有这个类名的元素 */
}

ul.cl_mj_ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: none; /* 这行代码将隐藏所有具有这个类名的元素 */
}

li.cl_mj_li {
    margin-bottom: 10px;
    display: none; /* 这行代码将隐藏所有具有这个类名的元素 */
}

.page-wrapper .page-wrapper-row{display: flex;}
#app{background-color: #f7f7f9;height:100%;display: block;padding-bottom:50px;}
.page{max-width: 1300px; width:80%;height: 100%;overflow: hidden;margin: 0 auto;box-sizing: border-box;padding-top: 2.2rem;
display: flex;color: #000;overflow: hidden;}
.page .left{margin-right: 1.55rem;height: 100%;display: flex;flex-direction: column;flex: 1;padding-left:1px;position:relative;}
.page .left .user-edit{color: #262626;box-sizing: border-box;display: flex;flex-direction: column;}
.section-title{font-weight: 700;font-size:16px;line-height: 1.25rem;display: flex;align-items: center;letter-spacing: .05em;}
.section-title .icon{display: block;height: 1.875rem;margin-right: 0.625rem}
.user-edit .textarea{margin-top: 1.25rem;background: #FFF;box-sizing: border-box;border-radius: 0.3125rem;border: 0.0625rem solid #E7E7E7;--el-font-size-base: 1.125rem;font-size:12px;}
.el-textarea {position: relative;display: inline-block;width: 100%;vertical-align: bottom;font-size: var(--el-font-size-base);}
.user-edit .textarea .el-textarea__inner {padding: 1em 2em!important;box-shadow: none;height: 100%;font-weight: 700;}
.el-textarea__inner {position: relative;display: block;resize: vertical;padding: 0.3125rem 0.6875rem;
    line-height: 1.5;box-sizing: border-box;width: 100%;font-size: inherit;font-family: inherit;
    color: var(--el-input-text-color,var(--el-text-color-regular));
    background-color: var(--el-input-bg-color,var(--el-fill-color-blank));
    background-image: none;-webkit-appearance: none;
    box-shadow: 0 0 0 0.0625rem var(--el-input-border-color,var(--el-border-color)) inset;
    border-radius: var(--el-input-border-radius,var(--el-border-radius-base));
    transition: var(--el-transition-box-shadow);border: none;
}
.clearblock:hover{color:#333;}
#el-id-515-1::-webkit-input-placeholder{text-align: center;}   
#el-id-515-1:-moz-placeholder{text-align: center;}                
#el-id-515-1::-moz-placeholder{text-align: center;}                 
#el-id-515-1:-ms-input-placeholder{text-align: center;}
.prompt-dict{color: #262626;}
.page .right{width: 50%;}
.prompt-dict .level-list{margin-top: 1rem;display: flex;flex-wrap: wrap;}
.prompt-dict .item{width: 14%;text-align: center;box-sizing: border-box;font-size: 16px;
line-height: 1;margin-bottom: 0.4rem;letter-spacing: .1em;text-indent: 0.1em;}
.prompt-dict .item .wrap{cursor: pointer;padding: 0.625rem 1.3rem;border-radius: 2.375rem !important;
display: inline-block;color: #000;font-weight: 700;font-size:14px;}
.prompt-export{background: #e8eaed;width: 100%;flex-shrink: 0;border-top-left-radius: 0.4375rem;padding: 0.625rem;box-sizing: border-box;border-top-right-radius: 0.4375rem;flex-wrap: wrap;overflow: auto;border: 0.0625rem solid #E7E7E7;height:130px;
    border-bottom: 0;
}

.clearwb{background: #e8eaed;width: 100%;flex-shrink: 0;border-bottom-left-radius: 0.4375rem;padding: 0.625rem;box-sizing: border-box;
flex-wrap: wrap;overflow: auto;border: 0.0625rem solid #E7E7E7;height:70px;border-bottom-right-radius: 0.4375rem;border-top:0;}

.btns{margin-top: 0.9375rem;display: flex;justify-content: space-between;margin-bottom: 1.2rem;}
.btns .btn{padding: 0;font-size: 1.0625rem;font-weight: 700;
display: inline-flex;justify-content: center;align-items: center;height: 2.6rem;
color: #262626;margin: 0;width: auto;border-radius:4px;}
.el-button>span {display: inline-flex;align-items: center;font-size:1rem;}
.btns .btn.reset{padding: 0 1.25rem;background:rgb(219, 219, 219);}
.btns .btn.reset:hover{transition:all .5s;opacity:.8;}
.btns .btn .icon{display: block;margin-right: 0.8125rem;}
.searchlist input{border: 1px solid #ddd;height: 34px;cursor: pointer;padding: 0.3rem .8rem;display: inline-block;color: #000;font-size: 14px;background: #fff;border-top: 0;border-bottom: 0;border-radius: 4px;outline: none;}

.el-button {
    display: inline-flex;justify-content: center;align-items: center;line-height: 1;height: 2rem;
    white-space: nowrap;cursor: pointer;color: var(--el-button-text-color);text-align: center;box-sizing: border-box;
    outline: 0;transition: .1s;font-weight: var(--el-button-font-weight);-webkit-user-select: none;-moz-user-select: none;
    -ms-user-select: none;user-select: none;vertical-align: middle;-webkit-appearance: none;
    background-color: var(--el-button-bg-color);border: var(--el-border);border-color: var(--el-button-border-color);
    padding: 0.5rem 0.9375rem;font-size: var(--el-font-size-base);border-radius: var(--el-border-radius-base);
}
.btns .btn.cp{color: #ffffff;padding: 0 1.875rem;}
.prompt-list-wrap{height: 102%;overflow-y: auto;}
.prompt-list-wrap .prompt-list{display: flex;flex-wrap: wrap;overflow-y: auto;max-height: 100%;
box-sizing: border-box;display: none;height: 850px;align-content: flex-start;}

.prompt-list-wrap .item-wrap{color: #fff;line-height: 1;white-space: nowrap;width: 20%;padding: 0.3rem;position:relative;}
.prompt-list-wrap .item-wrap .item{background-color: #252525;text-align: center;border-radius: 0.6875rem !important;cursor: pointer;position: relative;width: 100%;overflow:hidden;}
.prompt-list-wrap .item-wrap .item .item-img-wrap{width: 100%;padding-bottom: 100%;position: relative;z-index:2;}
.prompt-list-wrap .item-wrap .item .item-img-wrap .item-img{width: 100%;height: 100%;top: -0.03125rem;display: flex; position: absolute;justify-content:center;}
.prompt-list-wrap .item-wrap .item .item-img-wrap .watermark{position: absolute;width: 18%;height: 18%;
left: 0.4375rem;top: 0.4375rem;opacity: .6;}
.el-image__inner {vertical-align: top;opacity: 1;border-radius: 0.6875rem !important;
transition: transform 0.3s ease;height:133%;}
.prompt-list-wrap .item-wrap .item .el-image__inner:hover {transform: scale(1.1);}
.prompt-list.active{display: flex;}
.prompt-list.active:first-child{    max-height: 800px;height: auto;}

.prompt-list-wrap .item-wrap .item-name{font-size: .875rem;letter-spacing: .2em;text-indent: 0.2em;padding: 0.625rem 0;z-index: 10;position:relative;opacity:.9;}
.prompt-list-wrap .item-wrap .item{background-color: #252525;text-align: center;border-radius: 0.6875rem !important;cursor: pointer;position: relative;}

.prompt-dict .item .wrap.active{background-color: #e8eaed;color: #333;font-weight: 700;outline:none;}
.prompt-list-wrap .item-wrap .item .mask{position: absolute;top: -1px;left: 0;height: 155px;width: 100%;background: #F7F7F9;opacity: .6;}
.prompt-list-wrap .item-wrap .item .close-icon{position: absolute;right: 0.3125rem;top: 0.3125rem;width: 1.25rem;height: 1.25rem;display: block;}
.prompt-list-wrap .item-wrap .item.active{width: 98%;}
.prompt-list-wrap .item-wrap .item.active .el-image__inner{width: 100%;}
.prompt-export .tag{height: 1.4375rem;background-color: #252525;padding: 12px 10px;margin-right: 0.3125rem;margin-bottom: 0.5rem;border-radius: 1.25rem !important;display: inline-flex;align-items: center;color: #fff;font-size: .9375rem;line-height: 1.4375rem;cursor:pointer;}

.wb .tag{height: 1.4375rem;background-color: #252525;padding: 12px 10px;margin-right: 0.3125rem;margin-bottom: 0.5rem;border-radius: 1.25rem !important;display: inline-flex;align-items: center;color: #fff;font-size: .9375rem;line-height: 1.4375rem;}
.wb .tag-text {margin-right: 0.4375rem;}
.wb .tag-close {width: 1.1875rem;height: 1.1875rem;}

.prompt-export .tag-text{margin-right: 0.4375rem;}
.prompt-export .tag-close{width: 1.1875rem;height: 1.1875rem;}

.prompt-list-wrap .prompt-list::-webkit-scrollbar { width: 0.25rem;}
.prompt-list-wrap .prompt-list::-webkit-scrollbar-button { display: none;}
.prompt-list-wrap .prompt-list::-webkit-scrollbar-thumb {border: 0.1875rem solid lightblue;}
.prompt-list-wrap .prompt-list::-webkit-scrollbar-track {background: #e7e7e7;border: 0.0625rem solid transparent;background-clip: content-box;}
.user-mingling{margin-top:1rem;}
.img-bili .font{font-weight: 500;font-size: 0.875rem;line-height: 1.57;letter-spacing: 0.1px;color: rgba(58, 53, 65, 0.68);}
.muibox {display: flex;-webkit-box-pack: justify;justify-content: space-between;}
.img-bili{border-top:0.0625rem solid #E7E7E7; padding-top:1rem;margin-top:1rem;}
.banben{border-top:0.0625rem solid #E7E7E7; padding-top:1rem;margin-top:1rem;}
.banben.bbmx{border-top:0; padding-top:0rem;margin-top:1rem;}
.listroot{display: flex;flex-direction: column;-webkit-box-pack: justify;justify-content: space-between;
    -webkit-box-align: center;align-items: center;font-size: 0.875rem;cursor: pointer;border-radius: 6px;
    border: 2px solid transparent;background: #ffffff;padding: 0.25rem 0.5rem;width: 18%;
    box-shadow: 0 2px 18px 2px rgb(217 223 231 / 60%);transition: box-shadow .65s cubic-bezier(.19,1,.22,1);
    position: relative;height: 68px;}
.css-la416t .mask {position: absolute;top: -1px;left: 0;height: 75px;width: 100%;background: #F7F7F9;opacity: 0;}
.css-la416t .close-icon {position: absolute;right: 0.3125rem;top: 0.3125rem;width: .9rem;height: .9rem;display: none;}

.listroot:hover{box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 6px;}
.css-17y980e{border: 2px solid #ddd;}
.css-vegnq3 {display: flex;flex-direction: row;-webkit-box-align: center;align-items: center;flex: 1 1 0%;}
.css-1flzlkl {border-radius: 4px;margin-bottom: 0.25rem;width: 30px;height: 21.2px;background: linear-gradient(#f7f7f9, #ccc) !important;}
.css-xi606m {text-align: center;}
.css-n4asag {margin: 0px;font-weight: 400;font-size: 0.75rem;letter-spacing: 0.4px;color: rgba(58, 53, 65, 0.68);line-height: 10px;}
.css-1hlcgvh {border-radius: 4px;margin-bottom: 0.25rem;width: 23px;height: 32.6px;background: linear-gradient(#f7f7f9, #ccc) !important;}
.css-1p7hmmy {border-radius: 4px;margin-bottom: 0.25rem;width: 25px;height: 25px;background: linear-gradient(#f7f7f9, #ccc) !important;}
.css-1scxtor {border-radius: 4px;margin-bottom: 0.25rem;width: 30px;height: 16.6px;background: linear-gradient(#f7f7f9, #ccc) !important;}
.css-9epx5f {border-radius: 4px;margin-bottom: 0.25rem;width: 16px;height: 30.2px;background: linear-gradient(#f7f7f9, #ccc) !important;}

.MuiTypography-h6{background: linear-gradient(to right, #ff0000, #00ff00);background-clip: text;
  -webkit-background-clip: text; /* Safari/Chrome 浏览器支持的前缀 */color: transparent;margin-top: 5px;}
.MuiTypography-h5{background: linear-gradient(to right, #ff0000, #00ff00);background-clip: text;
  -webkit-background-clip: text; /* Safari/Chrome 浏览器支持的前缀 */color: transparent;}

.cssroot .cssq3{display:block;background: #fff;color: #333;border-radius:7px;opacity:.9;}
.cssroot .cssq3 .span1{display:inline-block;text-align:center;font-weight:600;width:100%;font-size: 1rem;}
.cssroot .cssq3 .span2{display:inline-block;text-align:center;width:100%;font-size:12px;margin-top:.5rem;}
.el-textarea__inner:focus { outline:none;}
.item-modal{height: 33px;position: absolute;width: 100%;background: #000;opacity: .4;bottom: 0;z-index: 2;}
.btns .btn.reset:focus{outline: none;}
.spanli{float:left;}
    
@media only screen and (max-width: 769px){
    .page{display:block;width:90%;}
    .page .left{width:100%;}
    .page .right{width:100%;margin-top:1rem;}
    .prompt-list-wrap .item-wrap{width: 33% !important;}
    .aac .css-la416t{width: 100% !important;margin-bottom: 14px;margin-top: 0 !important;}
    .prompt-dict .item{width:25%;}
    .css-la416t{padding:.25rem 0;}
    .prompt-list-wrap .item-wrap .item,.el-image__inner{width:100%;}
    .prompt-list-wrap .item-wrap .item.active{width:100%;}
    .listroot{padding:.1rem;}
    .cssroot .cssq3 .span1{font-size:.8rem;}
    .cssroot .cssq3 .span2{font-size: .6rem;margin-top: 0.2rem;}
    .listroot .shlist .origin-top-left{width:300% !important;}
    .prompt-list-wrap .item-wrap:nth-child(3n) .origin-top-left {left: -25px;}
    .benbili .listroot:nth-child(5) .origin-top-left{left:-25px;}
    .aac .listroot:nth-child(5n) .origin-top-left{left:-25px;}
    .aac .listroot .bo8 .input-listss{width:73% !important;}
    .fixtop .btns {margin-top:0;background:#e8eaed;}
    .fixtop .btns .btn{font-size:.8rem;height:2rem;padding:0 .8rem;}
    .fixtop .clearwb{border-bottom-left-radius:0;border-bottom-right-radius:0;}
    .btncz span div{display:none;}
    .btns .btncz .icon{margin-right:0;}
    .clearwb{overflow-x: auto;}
    .prompt-export{height:128px;}
    .fixtop .btns .btn .spanli{display:none;}
    .tupianqz{bottom: 0 !important;right: 20.5% !important;top: 82px !important;}
    .img_up{background: url(/static/ai/img/shanchuandiantu.png) no-repeat !important;}
    .form-group .from-list{width: 80% !important;}
    .form-body .ben-item{padding: 0 !important;position: relative !important;left: 0 !important;margin: 0 0 0 9px !important;}
    .form-body .ben-item .ben-otem{height:68px !important;}
    .item-banben{    right: -29%;}
    .page .left .user-edit{position:relative;}
    .banben.bbmx .MuiBox-root.listroot{bottom: 0;right: 0;z-index:1;}
    .form-body{width:100% !important;}
    .alert-dismissible .close{margin-top:10px;}
}


@media only screen and (min-width: 1000px){
    .fd4{position: absolute;bottom: 0;left: 61.5%;}
    .fd3{position:absolute;bottom:0;left:20.5%;}
    .fd2{position:absolute;bottom:0;left:41%;}
}

.gtm{position: absolute;width: 100%;height: 50px;text-align: center;color: #777;font-weight: 700;font-size: 12px;top: 22%;opacity: .9;letter-spacing: 1px;}
.btns .abtaa{
    border-radius: 4px;overflow: hidden;background: -moz-linear-gradient(214deg,#252525,#888);
    background: -o-linear-gradient(214deg,#252525,#888);background: linear-gradient(273deg, #0476bf,#bfbfbf);
    -moz-transition: all .1s;-o-transition: all .1s;-webkit-transition: all .1s;transition: all .1s;
    -webkit-backface-visibility: hidden;-webkit-transform-style: preserve-3d;
}
.fixtop {transition: top 0.3s ease;position:relative;}
.fixed {position: fixed;top: 0;animation-name: slideDown;animation-duration: 0.3s;width: 90%;z-index: 10;}
@keyframes slideDown {
    from {
        top: -100px;
    }
    to {
        top: 0;
    }
}

.fixtop-h1{margin-bottom:10px; font-weight: 700;font-size: 18px;line-height: 1.25rem;display: flex;align-items: center;letter-spacing: .05em;}
.fixtop-h1 img{border-radius:4px;}

.prompt-list-wrap .item-wrap .abso{position: absolute;z-index: 10;left: 10px;top: 10px;}
/*.searchlist .form-control:focus {outline: none;box-shadow:none;border-color:#ddd;}*/
/*.searchlist .form-control::-moz-focus-inner {border: 0;}*/
/*.searchlist .form-control::-webkit-box-shadow {border: 0;}*/
.shlist{z-index: 10;position: absolute;top:1px;left:3px;width:70%;}
.djactive{display:none;}
.hidden{display:none;}
.shlist .w-full{background:0;border:0;padding:0;}
.shlist .weifont .items-center{opacity: .8;color: #fff;font-size: .8rem;border-radius: 0.375rem;background: #000;border: 0;
height: 1.4rem;line-height: 1.4rem;}
.shlist .origin-top-left{background:#fff;border:1px solid #ddd;border-radius:0.375rem;position: absolute;width: 160%;}
.shlist .origin-top-left .text-gray{color: #666;font-size: .8rem;}
.user-mingling .origin-top-left .text-gray{float:left;}
.shlist .origin-top-left .fanwei{color: #666;font-size: .8rem;float:left;}
.shlist .origin-top-left .inputlist .input-text{width: 100%;border-radius: 0.25rem;--tw-text-opacity: 1;
border:1px solid rgb(219 11 54/var(--tw-text-opacity)); outline: none;}
.shlist .origin-top-left .inputlist{margin-top:10px;}
.shlist .origin-top-left .inputlist .text-gray-500{--tw-text-opacity: 1;color: rgb(107 114 128/var(--tw-text-opacity));    border: 0; background: 0;}
.shlist .origin-top-left .inputlist .text-gray-500 i:hover {--tw-text-opacity: 1;color: rgb(219 11 54/var(--tw-text-opacity));}
.shlist .weifont .items-center:hover{opacity:1;}
.shlist .origin-top-left .inputlist .text-gray-500 i{font-size: 1.1rem;vertical-align: text-top;}
.prompt-list-wrap .item-wrap:nth-child(5n)  .origin-top-left{left: -25px;}
.bcc{float:left;max-width: 110px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;display: flex;}
.qzz{float:right;}
.tag-text{overflow:hidden;}
.listroot .shlist{width:85%;top: -7px;left: -5px;}
.listroot .shlist .origin-top-left{width: 160%;}
.listroot .shlist .weifont .items-center{opacity: .4;line-height: 1.2rem;height: 1.2rem;font-size: 12px;}
.listroot .shlist .origin-top-left .inputlist .text-gray-500 i{vertical-align:middle;}
.listroot .shlist .origin-top-left .inputlist .input-text{width:100%;}
.listroot .css-la416t{width:100%;}
.listroot .MuiBox-root {margin: 0 auto 0.25rem;}
.prompt-dict .titlanb{float: right;line-height: 30px;}
.searching {border: 1px solid #c51919 !important;}
.clearwb{overflow:hidden;}
.clearwb .wb{float:left;}
.clearwb .wb2{float:left;}
.clearwb .wb2 .tag{height: 1.4375rem;background-color: #252525;padding: 12px 10px;margin-right: 0.3125rem;margin-bottom: 0.5rem;border-radius: 1.25rem !important;display: inline-flex;align-items: center;color: #fff;font-size: .9375rem;line-height: 1.4375rem;}
.clearwb .wb2 .tag-text {margin-right: 0.4375rem;}
.clearwb .wb2 .tag-close {width: 1.1875rem;height: 1.1875rem;}
.tupianqz{position: absolute;top: -202px;right: 20.5%;}

.img_up {
        height: 100%;overflow: hidden;padding-top: 15px;position: relative;
        width:100%;min-height:68px;padding: 10px 10px 0 10px;text-align: left;
        border: 3px dashed #e7ecf1;background: url(/static/ai/img/shanchuandiantu.png) no-repeat center 50%;
    }
#dr_row_sctp{display:flex; width:100%;overflow:hidden;color: #8687a7;margin-bottom:0px;}
.img_up .img_look .picc {display: inline-block;width: 48px;height: 48px;border-radius: 5px;background-repeat: no-repeat;
    background-position: center;background-size: cover;margin: 0 3px;position: relative;z-index: 10;
}
/*第二个按钮开始*/
.img_up2 {
        height: 100%;overflow: hidden;padding-top: 15px;position: relative;
        width:100%;min-height:68px;padding: 10px 10px 0 10px;text-align: left;
        border: 3px dashed #e7ecf1;background: url(/static/ai/img/shanchuandiantu.png) no-repeat center 50%;
    }
#dr_row_sctp{display:flex; width:100%;overflow:hidden;color: #8687a7;margin-bottom:0px;}
.img_up2 .img_look2 .picc {display: inline-block;width: 48px;height: 48px;border-radius: 5px;background-repeat: no-repeat;
    background-position: center;background-size: cover;margin: 0 3px;position: relative;z-index: 10;
}

.img_up2 .uploadImgBtn2 {position: absolute;top: 0;width: 100%;height: 100%;}
.img_up2 .uploadImgBtn2 input {width: 100%;height: 100%;opacity: 0;cursor:pointer;}
.img_up_b .uploadImgBtn {float: none;margin-top: 15px;margin-top: 0;position: relative;width: 106px;
    height: 38px;background: #f6f6f6;border: 1px solid #b4b4b4;
}
.img_up_b .uploadImgBtn input {position: relative;z-index: 10;cursor: pointer;}
.img_up_b .uploadImgBtn span {display: block;position: absolute;width: 100%;z-index: 5;text-align: center;
    top: 0px;left: 0;display: block;color: #5a5a5a;line-height: 36px;
}
.img_up_b .img_look .picc {width: 116px;height: 116px;}
.img_up_b .img_look .picc .k_close { display: none;}
.filepond--root{background:#ffffff;border-radius:7px;box-shadow: 0 2px 18px 2px rgb(217 223 231 / 60%);}
.btys{display: block;width: 100%;height: calc(1.5em + 0.75rem + 2px);padding: 0.375rem 0.75rem;
    font-size: 1rem;font-weight: 400;line-height: 1.5;color: #495057;background-color: #fff;
    background-clip: padding-box;border: 1px solid #ced4da;border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
    .img_up2 .img_look2 .picc .k_close {
    position: absolute;width: 15px;height: 15px;top: -7px;right: -4px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAABZUlEQVQokY3TrYtWQRSA8d8ZXlHBIDZRBJNhB0wWg8myBjH4scWyu8kggph2wbLgCouCmhRdRVjZDYJBDCJaNBkM8y9oEkWxiDBj2Ltyvb4veNo58zwzZzgz0VozjJbyNI5iPz7hXdTyfMhFX24pz+A6DvyzIx+xELU82iqknngVTyaIsA8PW8rLf53cUj6JZxOkcXEuatmIGlMJ37CrWziFI1jowTfwEi+6/Bd2JJzoiZCjlkXc6/K1qOUyDvWYbTgzwvFBS0st5YNRy3xLuUQtt1rKN3FpwB0bYe+YO821lD904vkxIuxONkcwjPWo5U5LeTZqeYwHY5gfCW8GxWtRy0xLeQX3W8p3o5Y5LA64t1FjaoTv2NkVp3EYyz1wCa/wussbtm/N+SzWx7Q2KWajltUEUcsGVv5TvB21rNJ7nlHLFczj8wTpKy5ELRf/OMNf1VIe4bTNV7YHX/AeT6OWn332N0Dmd/lzblueAAAAAElFTkSuQmCC') no-repeat center;
}
/*第二个按钮结束*/
.banben .muibox .form-body{width:82%;}
.form-group .from-list{float:left;width:72%;}
.img_up .img_look .picc .k_close {
    position: absolute;width: 15px;height: 15px;top: -7px;right: -4px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAABZUlEQVQokY3TrYtWQRSA8d8ZXlHBIDZRBJNhB0wWg8myBjH4scWyu8kggph2wbLgCouCmhRdRVjZDYJBDCJaNBkM8y9oEkWxiDBj2Ltyvb4veNo58zwzZzgz0VozjJbyNI5iPz7hXdTyfMhFX24pz+A6DvyzIx+xELU82iqknngVTyaIsA8PW8rLf53cUj6JZxOkcXEuatmIGlMJ37CrWziFI1jowTfwEi+6/Bd2JJzoiZCjlkXc6/K1qOUyDvWYbTgzwvFBS0st5YNRy3xLuUQtt1rKN3FpwB0bYe+YO821lD904vkxIuxONkcwjPWo5U5LeTZqeYwHY5gfCW8GxWtRy0xLeQX3W8p3o5Y5LA64t1FjaoTv2NkVp3EYyz1wCa/wussbtm/N+SzWx7Q2KWajltUEUcsGVv5TvB21rNJ7nlHLFczj8wTpKy5ELRf/OMNf1VIe4bTNV7YHX/AeT6OWn332N0Dmd/lzblueAAAAAElFTkSuQmCC') no-repeat center;
}
.img_up .uploadImgBtn {position: absolute;top: 0;width: 100%;height: 100%;}
.img_up .uploadImgBtn input {width: 100%;height: 100%;opacity: 0;cursor:pointer;}
.img_up_b {float: none;padding-left: 340px;padding-right: 15px;}
.img_up_b .piccc {
    float: left;width: 116px;height: 116px;border-radius: 5px;margin-bottom: 15px;
    background: #f5f5f5 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEUAAABFCAYAAAAcjSspAAAB40lEQVR4nO3av0ocYRSG8Wc2ZhFMo6hVCuuARboUQRAbSwPWio1FKpFcR0iZq0hhF3IBKVKkSREQtJZEorgEzB+PxYyiwzsLAfnOBN8fbLHfFHP22WVnl/mICJIfLyPie9Q+RcST7JmqiCDRM+Bja+0bsAD8LD5NY5B14sa2WJsDVkoPclN2lJmO9fmiU7RkR/ndsf6r6BQt2VFSv9C6ZEfpJUcRHEVwFMFRBEcRHEVwFMFRBEcRHEVwFMFRBEcRHEVwFMFRBEcRHEVwFMFRBEcRHEXoa5S0+8gAE5knB0Yd69PAJOXetIfAGXABXO86eAqsA3+bgyWG+QNsAovi2GkzR6k3bQgcA6+Bt1VEvADeFTr5/2C5iogRMJU9SY/sVZG8a6eHvg6A8+wpeubzANjKnqJHDoFXV1ef58Aa9WWwayPNXboAZoGNjuPvgS/AgwKzQP26j4A3wEnmRsBH1JddZZU6TIrMX7SPxxy7t3veqsRzj9XX/z6pHEVwFMFRBEcRHEVwFMFRBEcRHEVwFMFRBEcRHEVwFMFRBEcRHEVwFMFRBEcRHEVwFCEzSqlbov8sM8q4e9bDYlMImVEOqO/yK6clB2nL/qTsiPUz4EPhWW7J/qLdA3aBH83zfWCJ5E/KJVVlFi2v9LPCAAAAAElFTkSuQmCC') no-repeat center;
}
.img_up_b .img_look {float: none;overflow: hidden;}
.img_up_b .uploadImgBtn {float: none;margin-top: 15px;margin-top: 0;position: relative;width: 106px;
    height: 38px;background: #f6f6f6;border: 1px solid #b4b4b4;
}
.img_up_b .uploadImgBtn input {position: relative;z-index: 10;cursor: pointer;}
.img_up_b .uploadImgBtn span {display: block;position: absolute;width: 100%;z-index: 5;text-align: center;
    top: 0px;left: 0;display: block;color: #5a5a5a;line-height: 36px;
}
.img_up_b .img_look .picc {width: 116px;height: 116px;}
.img_up_b .img_look .picc .k_close { display: none;}
.filepond--root{background:#ffffff;border-radius:7px;box-shadow: 0 2px 18px 2px rgb(217 223 231 / 60%);}
.btys{display: block;width: 100%;height: calc(1.5em + 0.75rem + 2px);padding: 0.375rem 0.75rem;
    font-size: 1rem;font-weight: 400;line-height: 1.5;color: #495057;background-color: #fff;
    background-clip: padding-box;border: 1px solid #ced4da;border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.wstlist .xiala.show{width:100%;}
.form-body .ben-item{width: 18%;position: absolute;left: 38%;height: 68px;margin: 0 0 0 16px;padding: 5px;}
.form-body .ben-item .ben-otem{width:100%;background: #fff !important;box-shadow: 0 2px 18px 2px rgb(217 223 231 / 60%);opacity: .9;height: 57px;}
.no-background {background: none !important;}
.hiddentimeout {opacity: 0;transition: opacity 0.5s ease-in-out;display: none; }
.timeoutSpan{font-size:20px;background: linear-gradient(to right, #4456fd, #1eacf6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;cursor:pointer;}