.editBlockPopup #blockPreviewShow {
    width: 100%;
    height: 100vh;
    overflow-y: auto;
}

.editBlockPopup .clamp {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
}

.editBlockPopup .pointer {
    cursor: pointer;
}

.editBlockPopup .fl {
    display: flex;
}

.editBlockPopup .pd-content {
    font-size: 14px;
}

.editBlockPopup .block-item {
    margin: 18px;
    padding: 20px 0px;
    text-align: center;
    background: rgb(247, 247, 247);
}

.editBlockPopup #block-box {
    /* width: 260px; */
}

.editBlockPopup .return-icon {
    font-size: 16px;
    cursor: pointer;
    color: #409EFF;
    font-weight: 400;
    line-height: 40px;
    padding-left: 18px;
    margin-right: 192px;
}

.editBlockPopup .return-icon i {
    margin-right: 8px;

}

.editBlockPopup .layui-form {
    flex: 1;
}

.editBlockPopup .layui-form-label {
    font-size: 14px;
    color: #303133;
    margin-right: 8px;
}

.editBlockPopup .form-select-box {
    padding: 20px 0;
}

.editBlockPopup .fl-portion {
    flex: 1;
}

.editBlockPopup .mode-slider-box {
    width: 260px;
    overflow-y: auto;
    height: calc(100vh - 40px - 15px - 20px);
}

.editBlockPopup .content {
    padding: 8px;
    overflow-y: auto;
    padding-top: 20px;
    padding-right: 18px;
    height: calc(100vh - 40px - 15px - 20px);
}

.editBlockPopup .input-content {
    padding: 12px;
}

.editBlockPopup .layui-unselect div {
    color: #666;
}

.editBlockPopup .icon-boxs i {
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin-left: 4px;
}

.editBlockPopup .edit::after {
    content: '';
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background: url('../../../assets/img/lh_edit.svg') no-repeat;
}

.editBlockPopup .to-top::after {
    content: '';
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background: url('../../../assets/img/to_top.svg') no-repeat;
}

.editBlockPopup .to-top::after {
    content: '';
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background: url('../../../assets/img/to_top.svg') no-repeat;
}

.editBlockPopup .down::after {
    content: '';
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background: url('../../../assets/img/lh_down.svg') no-repeat;
}

.editBlockPopup .up::after {
    content: '';
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background: url('../../../assets/img/lh_up.svg') no-repeat;
}

.editBlockPopup .delete::after {
    content: '';
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background: url('../../../assets/img/lh_delete.svg') no-repeat;
}

.editBlockPopup .close::after {
    content: '';
    width: 18px;
    height: 18px;
    background-size: 100% 100%;
    background: url('../../../assets/img/close.svg') no-repeat;
}

.editBlockPopup .close {
    cursor: pointer;
}

.editBlockPopup .upload::after {
    content: '';
    width: 16px;
    height: 16px;
    background-size: 100% 100%;
    background: url('../../../assets/img/lh_upload.svg') no-repeat;
}

.editBlockPopup .folder::after {
    content: '';
    width: 18px;
    height: 18px;
    background-size: 100% 100%;
    background: url('../../../assets/img/folder.svg') no-repeat;
}

.editBlockPopup .add::after {
    content: '';
    width: 16px;
    height: 18px;
    background-size: 100% 100%;
    background: url('../../../assets/img/add_blue.svg') no-repeat;
}

.editBlockPopup .del::after {
    content: '';
    width: 16px;
    height: 16px;
    background-size: 100% 100%;
    background: url('../../../assets/img/delete_blue.svg') no-repeat;
}

.editBlockPopup .copy-button {
    color: #3F9EFF;
    font-weight: 500;
    padding-right: 8px;
}

.editBlockPopup .mode-box {
    width: 100%;
    padding: 14px;
    min-height: 160px;
    margin-bottom: 14px;
    box-sizing: border-box;
    border: 1px solid #DDDFE6;
}

.editBlockPopup .fl-end {
    justify-content: flex-end;
}

.editBlockPopup .fl-ju {
    justify-content: center;
}

.editBlockPopup .fl-center {
    align-items: center;
    justify-content: center;
}

.editBlockPopup .fl-align {
    align-items: center;
}

.editBlockPopup .layui-btn-lg {
    border-radius: 8px;
}

.editBlockPopup .popup-mode-campagin {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
}

.editBlockPopup .pd-content {
    height: 100%;
    padding-top: 15px;
}

.editBlockPopup .popup-mode-box {
    width: 826px;
    background: #fff;
}

.editBlockPopup .popup-mode-title {
    font-size: 16px;
    color: #303133;
    line-height: 62px;
    border-bottom: 1px solid #EBEEF5;
}

.editBlockPopup .popup-mode-title span {
    flex: 1;
    font-weight: 400;
}

.editBlockPopup .popup-mode-box {
    padding: 20px;
    padding-top: 0;
    border-radius: 4px;
    padding-bottom: 10px;
}

.editBlockPopup .layui-form-item {
    margin-bottom: 0;
}

.editBlockPopup .bg {
    padding: 16px;
    overflow-y: auto;
    padding-top: 15px;
    padding-bottom: 0;
    max-height: 540px;
    margin-bottom: 10px;
    border-bottom: 1px solid #EAEEF5;
}

.editBlockPopup .layui-upload-list {
    background: #DDDFE6;
}

.editBlockPopup .layui-upload {
    margin-bottom: 8px;
}
.editBlockPopup .upload-button {
    align-items: flex-end;
}

.editBlockPopup .upload-button span {
    color: #3F9EFF;
}

.editBlockPopup .upload-button div {
    margin-left: 20px;
}

.editBlockPopup .upload-button i {
    color: #3F9EFF;
    margin-right: 5px;
}

.editBlockPopup .upload-title {
    font-size: 14px;
    color: #303133;
    line-height: 55px;
}

.editBlockPopup .popup-filter-title {
    color: #303133;
    line-height: 55px;
    border-bottom: 1px solid #EBEEF5;
}

.editBlockPopup .layui-input-block {
    margin-left: 0;
}

.editBlockPopup .layui-input-inline {
    float: none;
}

.editBlockPopup .filter-select-box {
    width: 146px !important;
}

.editBlockPopup .filter-input-box {
    flex: 1;
}

.editBlockPopup .popup-checkbox {
    width: 25px;
}

.editBlockPopup .popup-list-box {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

.editBlockPopup .popup-list-box img {
    width: 100%;
    height: 100%;
}

.editBlockPopup .popup-list-title {
    font-size: 16px;
    color: #303133;
    font-weight: 500;
    margin-bottom: 15px;
}

.editBlockPopup .popup-list-tebox {
    padding: 4px 0;
    box-sizing: border-box;
}

.editBlockPopup .popup-list-sku {
    font-size: 14px;
    color: #919398;
    font-weight: 400;
}

.editBlockPopup .filter-list-mr {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EAEEF5;
}

.editBlockPopup .filter-icon-box {
    width: 54px;
    cursor: pointer;
    padding-top: 16px;
}

.editBlockPopup .add-icon {
    font-size: 16px;
    color: #409EFF;
    margin-bottom: 40px;
}

.editBlockPopup .del-box {
    font-size: 16px;
    color: #409EFF;
}

.editBlockPopup .popup-checkbox-all span {
    color: #919398 !important;
}

.editBlockPopup .fl_tb_cen {
    align-items: center;
}

.editBlockPopup .layui-form-item .left_item {
    width: 70px;
    text-align: end;
    margin-right: 8px;
}

.editBlockPopup .right_item input[name=date] {
    width: 150px;
}

.editBlockPopup .date_cen {
    margin: 0 15px;
}

.editBlockPopup .layui-form-item .layui-form-checkbox[lay-skin="primary"] {
    margin-top: 0;
    margin-left: 15px;
}

.editBlockPopup .right_item .layui-btn {
    height: 36px;
    padding: 0 34px;
    margin-top: 20px;
}

.editBlockPopup #input1 .layui-form-item {
    margin-bottom: 15px !important;
}

.editBlockPopup .popup-save {
    padding: 0 30px;
    border-radius: 4px;
}

.editBlockPopup .popup-clace {
    padding: 0 30px;
    border-radius: 4px;
}

.editBlockPopup .plp-box-title {
    font-size: 16px;
    color: #303133;
    font-weight: 400;
    line-height: 56px;
}

.editBlockPopup .plp-box {
    padding-bottom: 15px;
    border-top: 1px solid #EAEEF5;
    border-bottom: 1px solid #EAEEF5;
}

.editBlockPopup .plp-box .filter-list-mr {
    border-bottom: none;
    padding-bottom: 15px;
}

.editBlockPopup .filter-content {
    padding: 15px;
    border-radius: 4px;
    margin-right: 14px;
    margin-bottom: 14px;
    border: 1px solid #DDDFE6;
}

.editBlockPopup .footer {
    padding: 12px 0;
}

.editBlockPopup .footer-button button {
    padding: 0 36px;
    border-radius: 4px;
}

.editBlockPopup .popup-add-pd {
    border-radius: 4px;
}

.editBlockPopup .block_edit_mode {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, .5);
}

.editBlockPopup .bk-mode {
    height: 80%;
    border-radius: 6px;
    flex-direction: column;
    width: calc(100% - 377px);
    background-color: #ffffff;
    justify-content: space-between;
}

.bk-title {
    padding: 28px 28px;
    justify-content: space-between;
    border-bottom: solid 1px #EBEEF5;
}

.editBlockPopup .bk-title span {
    font-size: 16px;
    font-weight: 400;
    color: #303133;
    line-height: 22px;
}

.editBlockPopup .guanbi::after {
    content: '';
    width: 16px;
    height: 16px;
    background-size: 100% 100%;
    background: url(../../../assets/img/close.svg) no-repeat;

}

.editBlockPopup .bk-save_cancel {
    padding: 20px 20px;
    justify-content: flex-end;
    border-top: solid 1px #EBEEF5;
}

.editBlockPopup .bk-content {
    flex: 1;
    overflow-y: auto;
    padding: 0px 20px;
    overflow-x: hidden;

}

.editBlockPopup .bk-subtitle {
    font-size: 16px;
    font-weight: 500;
    color: #303133;
    line-height: 22px;
    padding: 20px 0px 15px 0px;
}

.editBlockPopup .bk-swiper-img-con {
    width: 100%;
    padding: 0px 15px;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #EBEEF5;
    border: 1px solid #EBEEF5;
}

.editBlockPopup .bk-swiper-img-list {
    padding: 15px 0px 20px 0px;
    border-bottom: solid 1px #DDDFE6;
}

.editBlockPopup .bk-swiper-img-list:last-child {
    border-bottom: none;
}

.editBlockPopup .bk-swiper-img {
    justify-content: space-between;

}

.editBlockPopup .bk-swiper-img-size {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EBEBEB;
}

.editBlockPopup .bk-swiper-img-size img {
    max-width: 100%;
    max-height: 100%;
}

.editBlockPopup .bk-swiper-img-operation-button {
    color: #3F9EFF;
    align-items: flex-end;
}

.editBlockPopup .bk-swiper-img-operation-button i {
    margin-left: 20px;
    margin-right: 5px;
}

.editBlockPopup .upload_img::after {
    content: '';
    width: 18px;
    height: 18px;
    background-size: 100% 100%;
    background: url(../../../assets/img/block_edit_icon/upload_img.svg) no-repeat;
}

.editBlockPopup .folder::after {
    content: '';
    width: 18px;
    height: 18px;
    background-size: 100% 100%;
    background: url(../../../assets/img/block_edit_icon/folder.svg) no-repeat;
}

.editBlockPopup .bk-swiper-img-add-list {
    cursor: pointer;
    font-size: 14px;
    color: #3F9EFF;
    margin-right: 16px;
}

.editBlockPopup .bk-swiper-img-add-list span {
    margin-right: 5px;
}

.editBlockPopup .bk-swiper-img-close-list {
    color: #F56C6C;
}

.editBlockPopup .bk-swiper-img-close-list i {
    margin-right: 5px;
}

.editBlockPopup .bk-from {
    width: 100%;
}

.editBlockPopup .mr_t_20 {
    margin-top: 20px;
}

.editBlockPopup .mr_l_60 {
    margin-left: 60px;
}

.editBlockPopup .bk-input {
    flex: 1;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #DDDFE6;

}

.editBlockPopup .bk-from label {
    font-size: 14px;
    font-weight: 400;
    color: #303133;
    line-height: 20px;
    margin-right: 10px;
}

.editBlockPopup .bk-button-type img {
    width: 14px;
    height: 14px;
}

.editBlockPopup .bk-button-type span {
    font-size: 14px;
    font-weight: 400;
    color: #606266;
    line-height: 20px;
    margin-left: 10px;
}

.editBlockPopup .bk-tab-setup {
    margin-bottom: 20px;
    padding: 20px 0px 20px 0px;
    border-bottom: solid 1px #DDDFE6;
}

.editBlockPopup .popups {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    display: flex;
    position: fixed;
    color: #333333;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
}

.editBlockPopup .updata_imgs {
    padding: 15px;
    border-radius: 7px;
    background: white;
    min-width: 700px !important;
}

.editBlockPopup .preview_body {
    width: 100%;
    height: 500px;
    overflow-y: auto;
    margin-top: 15px;
}

.editBlockPopup .up_img_top {
    display: flex;
    font-size: 18px;
    justify-content: space-between;
}

.editBlockPopup .up_img_top img {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.editBlockPopup .updata_img_body {
    padding: 10px 5px;
}

.editBlockPopup .updata_img_body .layui-input-block {
    margin-left: 30px;
}

.editBlockPopup .creat_group {
    cursor: pointer;
    color: #409EFF;
    display: -ms-grid;
    margin-left: 24px;
}

.editBlockPopup .updata_img_body .updata_img_name {
    margin-left: 0;
}

.editBlockPopup .updata_img_name input {
    width: 80%;
}

.editBlockPopup .updata_img_select_group {
    display: flex;
    align-items: center;
}

.editBlockPopup .pop_create .pop_create_title {
    font-size: 16px;
}

.editBlockPopup .pop_create .layui-form-item {
    margin-top: 30px;
}

.editBlockPopup .updata_img_body {
    display: flex;
    overflow-y: auto;
    min-height: 300px;
    max-height: 600px;
}

.editBlockPopup .bk-swiper-button-settings {
    width: 100%;
}

.editBlockPopup .hand {
    cursor: pointer;
}

.editBlockPopup .condition_popup_edit{
    top:0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100vh;
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.5);
}
.editBlockPopup .condition_popup_edit>div{
    width: 1000px;
    height: 600px;
    display: flex;
    position: relative;
    border-radius: 10px;
    flex-direction: column;
    background-color: #FFFFFF;
    justify-content: space-between;
}
.editBlockPopup .popup_navigation{
    top:0;
    left: 0;
    z-index: 1;
    width: 100%;
    display: flex;
    padding: 20px;
    position: relative;
    box-sizing: border-box;
    justify-content: space-between;
    border-bottom: solid 1px #EBEEF5;
}


.editBlockPopup .blockWorksListPopup {
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: center;
}

.editBlockPopup .blockWorksPopup {
    height: 80%;
    border-radius: 6px;
    flex-direction: column;
    width: calc(100% - 377px);
    background-color: #ffffff;
    justify-content: space-between;
}

.editBlockPopup .icon-box i {
    width: 16px;
    height: 16px;
    flex-basis: 25%;
    cursor: pointer;
}

.editBlockPopup .edit::after {
    content: '';
    background: url('../../../assets/img/edit.svg') no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}

.editBlockPopup .icon-add::after {
    content: '';
    background: url('../../../assets/img/ic_add.svg') no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}

.editBlockPopup .ic_arrow_up::after {
    content: '';
    background: url('../../../assets/img/ic_arrow_up.svg') no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}

.editBlockPopup .icon-delete::after {
    content: '';
    background: url('../../../assets/img/delete.svg') no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}

.editBlockPopup .ic_arrow_down::after {
    content: '';
    background: url('../../../assets/img/ic_arrow_down.svg') no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}

.editBlockPopup  .link::after {
    content: '';
    background: url('../../../assets/img/link.svg') no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}

.editBlockPopup .close::after {
    content: '';
    background: url('../../../assets/img/close.svg') no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}
.editBlockPopup .worksListEvery{
    width: 100%;
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
    border-bottom:solid 1px rgb(247, 247, 247) ;
}
.editBlockPopup .worksDetail{
    display: flex;
    flex: 1;
}
.editBlockPopup .worksDetailText{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
}
.editBlockPopup .worksOperation{
    display: flex;
    align-items: center;
}
.editBlockPopup .worksOperation i{
    margin: 0px 8px;

}
.editBlockPopup .worksDetailImg{
    padding: 5px;
}
.editBlockPopup .optionChoice{
    padding: 20px 20px;
    display: flex;

}
.editBlockPopup .optionChoice select{
    padding: 10px;
    border: solid 1px rgb(229, 231, 234);
    color: rgb(160,170,180);
    border-radius: 6px;
    margin-right: 20px;
}
.editBlockPopup .search{
    display: flex;
}
.editBlockPopup .search img{
    width: 16px;
    height: 16px;
}
.editBlockPopup .search div{
    background-color: rgb(241, 243, 245);
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 6px 6px 0px;
}
.editBlockPopup .search input{
    border: solid 1px rgb(241, 243, 245);
    margin: 0px;
    padding: 0px 10px;
    color: rgb(160,170,180);
    border-radius: 6px 0px 0px 6px;
}
.editBlockPopup .worksFrame{
    display: flex;
    flex: 1;
    height: 100%;
}
.editBlockPopup .worksList{
    width:100%;
}

/* 作品列表block */
.editBlockPopup .works_click_front {
    /* background-color: #FFFFFF; */
    /* padding: 21px 17px !important; */
    /* border: solid 1px transparent;
    box-sizing: border-box; */
  }
  .editBlockPopup   .works_whole4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .editBlockPopup  .works_content_img {
    max-width: 100%;
    overflow: hidden;
    /* padding: 24px 24px; */
  }
  .editBlockPopup  .imageBackground{
    background: #F9F9F9;
  }
  .editBlockPopup  .works_img {
    max-width: 100%;
    max-height: 100%;
    cursor: pointer;
  }
  
  
  .editBlockPopup  .widthAll{
    width:100%
  }
  .editBlockPopup  .line-h24 {
    line-height: 24px;
  }



  .popup_content{
    overflow-y:auto ;
}
.popup_content>div{
    padding: 0px 20px;
}
.displayflex{display: flex;}
.flex1{flex:1;}
.flex0{flex:0;}
.height100{height: 100%; box-sizing: border-box;}
.text_title{font-size: 16px;line-height: 22px;}
.text_describe{font-size: 14px;line-height: 20px;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap; max-width: 100%}
.color_303133{color: #303133;}
.color_919398{color: #919398;}
@media (max-width:1024px) {
.product_list_content{display: block;}
}
.guanbi_popup>i{
width: 16px;
height: 16px;
}
.little_hands{cursor:pointer;}
.popup_content{
overflow-y:auto ;
}
.popup_content>div{
padding: 0px 20px;
}
.popup_content::-webkit-scrollbar{
display: none; /* Chrome Safari */
}
.popup_content{
scrollbar-width: none; /* firefox */
-ms-overflow-style: none; /* IE 10+ */
overflow-x: hidden;
overflow-y: auto;
}
.series_frame{padding: 0px;}
.ad_type{
display: flex;
flex-direction: column;
}
.ad_type ul{
display: grid;
position: relative;
grid-template-columns: repeat(4,160px);
}
.ad_type ul li{
position: relative;
display: flex;
align-items: center;
cursor: pointer;
}
.ad_type ul li .check_box_div2,.ad_type ul li input{
margin-right: 20px;
}
.ad_type ul li .ad_type_item{
display: flex;
flex-direction: column;
align-items: center;
}
.ad_type ul img{
width: 60px;
height: 60px;
}
.series_name_title{padding:15px 0px;text-align: left;width: 100%; }
.series_banner button{margin: 0px 20px;}
.series_banner span{color: #409EFF;}
.edit_bot_div{width: 100%;display: flex; align-items: flex-end;}
.edit_series_img_size{max-height: 300px; max-width: 400px; margin-right: 20px}
.input_list{margin-top:20px;}
.from_list{
justify-content: flex-end;
align-items: center;
}
.from_list>div{
display: flex;
align-items: center;
justify-content: flex-end;
min-width: 65px;
margin-right: 20px;

}
.bc_button{display: flex;justify-content: flex-end;padding:20px 20px;box-sizing: border-box;}
.works_advent_one {
width: 100%;
grid-column-start: span 2
}


.works_advent_one .works_advent_one_text {
max-width: 100%;
padding: 20px 28px 25px 24px;
}

.works_advent_one .works_advent_one_text a {
text-decoration: underline;
}
/* 作品列表手机端 */
@media (max-width:1024px) {
.editBlockPopup .works_name {
    /* height: 32px; */
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 16px;
    font-size: 10px;
    display: flex;
    justify-content: center;

  }
  .editBlockPopup .works_whole2 .priceAndshopping{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .editBlockPopup .works_whole1 .priceAndshopping{
    display: flex;
    justify-content: space-between;
  }
}

.new_mr{
margin-bottom:40px;
}
@media (max-width:1024px) {
.new_mr{
    margin-bottom:24px;
}
}

.editBlockPopup .works_icon_xin{
width: 16px;
height: 16px;
}
.editBlockPopup .works_advent_one {
width: 100%;
}
.editBlockPopup .works_whole4 .grid2{
/* flex: 0 0 50%; */
width:50%;
}
.editBlockPopup .works_whole3 .grid2{
/* flex: 0 0 66.66%; */
width: 66.6666%;
}
.editBlockPopup .works_whole2 .grid2{
/* flex: 0 0 50%; */
/* width:100%; */
grid-column-end: span 2;
}
.editBlockPopup .works_whole1 .grid2{
/* flex: 0 0 50%; */
/* width:100%; */
grid-column-end: span 1;
}
.SelectionPopupContent{
overflow-y: auto;
/*隐藏滚动条，当IE下溢出，仍然可以滚动*/
-ms-overflow-style:none;
/*火狐下隐藏滚动条*/
overflow:-moz-scrollbars-none;
}
.SelectionPopupContent::-webkit-scrollbar{
display:none;

}
