.img_box {
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.img_box .img_box {
    margin: 8px;
    flex: 1;
}

.img_box .img_box img {
    width: 100%;
    height: 100%;
}

.edit {
    position: relative;
}

.editBox {
    box-sizing: border-box;
    z-index: 9999999;
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    min-width: 300px;
    width: auto;
    height: auto;
    background-color: #fff;
    box-shadow: 0px 0px 4px #e1e1e1;
    border-radius: 5px;
    padding: 20px 20px 10px 20px;
    color: #606266;
}

.editBox .editBox_footer {
    margin-top: 15px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.editBox .editBox_footer .btn {
    cursor: pointer;
    width: 60px;
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #606266;
    font-size: 14px;
    line-height: 20px;
}

.editBox .editBox_footer .btn:hover {
    color: #ff5a25;
}

.imgEdit {
    width: 100%;
    height: auto;
}

.imgEdit .editImg_box {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.imgEdit .editImg_box .editInput_Box {
    cursor: pointer;
    width: 100px;
    height: 30px;
    position: relative;
}

.imgEdit .editImg_box .editInput_Box .editDiv {
    width: 100%;
    height: 100%;
    border: 1px solid #e3e2e8;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.imgEdit .editImg_box .editInput_Box:hover {
    color: #ff5a25;
}

.imgEdit .editImg_box .editInput_Box:hover .editDiv {
    border: 1px solid #ff5a25;
}

.imgEdit .editInput {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 0;
    height: 0;
    z-index: -10;
}

.imgEdit .nowImg_box,
.imgEdit .Edit_imgWidth {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

.imgEdit .Edit_imgWidth .imgWidth_down,
.imgEdit .Edit_imgWidth .imgWidth_up {
    cursor: pointer;
    display: inline-block;
    border: 1px solid #eee;
    width: 20px;
    height: 20px;
    line-height: 17px;
    text-align: center;
    font-size: 20px;
    user-select: none;
}

.imgEdit .Edit_imgWidth .isActive:hover {
    color: #ff5a25;
    border: 1px solid #ff5a25;
}

.hoverBox {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-width: 3.75rem;
    padding: 0.3125rem 0.625rem;
    flex-shrink: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 14px;
    color: #fff;
}

.hoverBox .iconfont {
    margin: 0 0.125rem;
}

.hoverBox span:hover {
    cursor: pointer;
    color: #FF7759;
}

html {
    /* 公共样式 */
    /* 小手 */
    /* 边框线 */
    /* 输入框内容 */
    /* //分割线 */
    /* 调配颜色 */
    /* 字加粗 */
    /* 字体大小 */
    /* 黑幕 */
    /* 公共样式 end */
    /*滚动条里面滑块*/
    /* // 上箭头 */
    /* // 下箭头 */
    /* 消息提示框1-start */
    /* 消息提示框1-end */
}

html i {
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
    font-style: normal;
}

html a {
    text-decoration: none;
}

html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
html p,
html span,
html div {
    position: relative;
}

html .hover_su {
    position: relative;
}

html .hover_img {
    position: relative;
}

html input {
    outline: none;
}

html input:focus {
    outline: none;
}

html .cursor {
    cursor: pointer;
}

html .hover_su::before,
html .hover_img::before {
    content: "";
    display: block;
    border: 1px dashed #00a0e9;
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    cursor: pointer;
}

html .input-small {
    background-color: #FFF;
    border: none;
    outline: none;
}

html div {
    position: relative;
}

html .limit {
    width: 80px;
    position: absolute;
    display: inline-block;
    font-size: 12px;
    color: #c6c6c6;
    right: -100px;
}

html .division {
    display: inline-block;
    width: 1px;
    height: 0.625rem;
    background-color: #c6c6c6;
    margin: 0 0.375rem !important;
}

html #picker {
    display: none;
}

html .font_popup_pick {
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
}

html .font_popup_pick__color {
    width: 30px;
    height: 30px;
    display: flex;
    box-sizing: border-box;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #e6e6e6;
    margin: 0 auto !important;
}

html .font_popup_weight {
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #000;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
}

html #SelectData {
    padding-right: 18px;
    color: #afbac0;
    font-size: 14px;
    border: none;
    outline: none;
    -webkit-appearance: none;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 30px;
    padding: 0 15px;
}

html .option:after {
    content: "";
    width: 14px;
    height: 8px;
    /*通过定位将图标放在合适的位置*/
    position: absolute;
    right: 20px;
    top: 41%;
    /*给自定义的图标实现点击下来功能*/
    pointer-events: none;
}

html .behind {
    z-index: 99;
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    overflow: hidden;
    left: 0;
    top: 0;
    right: 0;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    background-color: rgba(0, 0, 0, 0.4);
}

html .tool {
    width: 100%;
    padding: 20px;
    padding-top: 80px;
}

html .tool .tool_h4 {
    width: 100%;
    font-size: 30px;
    text-align: center;
    line-height: 50px;
}

html .tool .tool_flex {
    display: flex;
    margin-top: 20px;
}

html .tool .tool_flex .tool_li {
    display: flex;
}

html .tool .tool_flex .tool_li>.tool_li_left {
    width: 60px;
    height: 60px;
    background-color: red;
}

html .tool .tool_flex .tool_li>.tool_li_right {
    margin-left: 20px;
}

html .tool .tool_flex .tool_li>.tool_li_right .tool_li_right_text {
    font-size: 20px;
    line-height: 40px;
    color: #000;
    font-weight: 400;
}

html .tool .tool_flex .tool_li>.tool_li_right .tool_li_right_text_sp {
    font-size: 14px;
    line-height: 20px;
    color: #a2a2a2;
}

html .font_popup {
    padding: 0.625rem 0.625rem;
    border-radius: 0.25rem;
    box-shadow: 0px 0px 4px #e1e1e1;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 35px;
    right: -2px;
    z-index: 999;
    min-height: 2.5rem !important;
    background-color: #FFF;
    position: absolute;
    flex: 1;
    -webkit-user-drag: none;
}

html .font_popup .font_popup_center {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

html .font_popup>div {
    /* margin-left: 1.25rem; */
}

html .font_popup_href>div:nth-child(1) {
    margin-left: 0.9375rem;
}

html .font_popup .divInput {
    margin: 12.5rem;
}

html .font_popup ul li {
    list-style: none;
}

html .font_popup_select {
    cursor: pointer;
    position: relative;
    margin-left: 0 !important;
}

html .font_popup_select p {
    text-align: center;
    line-height: inherit !important;
}

html .font_popup_value {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-indent: 0.625rem;
    box-sizing: border-box;
    color: #606266;
    font-size: 0.875rem;
    border: 1px solid #cccccc !important;
    position: relative;
    border-radius: 0.25rem;
    margin-bottom: 0.625rem;
}

html .font_popup .input {
    width: 5rem;
    height: 1.875rem;
    line-height: 1.875rem;
    text-align: center;
    box-sizing: border-box;
    color: #606266;
    font-size: 14px;
    border: 1px solid #cccccc;
    position: relative;
    border-radius: 4px;
}

html .font_popup .input input:focus {
    border: 1px solid #cccccc !important;
    outline: none !important;
    width: 90%;
}

html .font_popup .input img {
    position: absolute;
    right: 34px;
    top: 48%;
}

.customization_edit_tab {
    position: fixed;
    top: 0;
    z-index: 10;
}

html .font_popup .list {
    width: 78px;
    overflow-y: scroll;
    display: none;
    background-color: #FFF;
    border: 1px solid #cccccc;
    border-top: none;
    overflow: hidden;
    position: absolute;
    z-index: 9999;
}

html .font_popup .list ul {
    height: 200px;
    overflow-y: scroll;
}

html .font_popup .list ul::-webkit-scrollbar {
    /*高宽分别对应横竖滚动条的尺寸*/
    width: 4px;
    height: 4px;
    background-color: rgba(220, 220, 220, 0.1);
}

html .font_popup .list ul::-webkit-scrollbar-thumb {
    background-color: #d5d5d5;
    border-radius: 4px;
}

html .font_popup .list ul::-webkit-scrollbar-button:vertical:single-button:start {
    display: none;
    background-size: 100%;
    cursor: pointer;
}

html .font_popup .list ul::-webkit-scrollbar-button:vertical:single-button:end {
    display: none;
    background-size: 100%;
    cursor: pointer;
}

html .font_popup .popper__arrow {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    top: 8px;
    left: 12px;
    margin-left: -6px;
    border-top-width: 0;
    border-bottom-color: #fff;
}

html .font_popup .popper__arrow::after {
    content: " ";
}

html .font_popup .list ul {
    background: #FFF;
}

html .font_popup .list ul li {
    width: 100%;
    height: 30px;
    background-color: #FFF;
    font-size: inherit;
    cursor: pointer;
    font-size: 14px;
    color: #606266;
    background: #FFF;
    line-height: 30px;
    text-align: center;
}

html .font_popup .list ul li:hover {
    background-color: #f5f7fa;
}

html .font_popup_edit {
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    padding: 0.3125rem;
    transform: translateY(-100%);
    height: 1.25rem;
    line-height: 1.25rem;
    top: 0;
    z-index: 999;
}

html .font_popup_edit div {
    flex-shrink: 0;
    -webkit-user-drag: none
}

html .font_popup_edit span {
    flex-shrink: 0;
}

html .font_popup_edit>div {
    margin-left: 5px;
    color: #000;
    font-size: 14px;
}

html .font_popup_edit .font_popup_edit_text {
    font-size: 14px;
    color: #000;
    margin-left: 5px;
    margin-right: 5px;
}

html .font_popup_edit>div:hover {
    color: #00a0e9;
    cursor: pointer;
}

html .font_popup_href {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 0 !important;
    margin-top: 10px;
}

html .font_popup_href div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

html .font_popup_href {
    width: 80%;
}

html .font_popup_href div {
    color: #606266;
    font-size: 14px;
    line-height: 20px;
}

html .font_popup_href div:hover {
    color: #00a0e9;
    cursor: pointer;
}

html .font_popup_href div:last-child {
    margin-right: 10px;
}

html .font_popup_Ih {
    padding: 1rem 2rem;
    border-radius: 0.25rem;
    box-shadow: 0px 0px 4px #e1e1e1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed !important;
    top: 50%;
    left: 50%;
    margin: auto;
    z-index: 999;
    background-color: #FFF;
    padding-top: 1.875rem;
    flex: 1;
    transform: translate(-50%, -50%);
}

html .font_popup_Ih .font_popup_Ihref {
    height: 1.875rem;
    width: 21.875rem;
    padding-left: 0.3125rem;
}

.font_popup_Ihref {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-indent: 10px;
    box-sizing: border-box;
    color: #606266;
    font-size: 14px;
    border: 1px solid #cccccc !important;
    position: relative;
    border-radius: 4px;
    margin-bottom: 0.625rem;
}

html .font_popup_Ih .font_popup_Ih_bottom {
    margin-top: 0.625rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

html .font_popup_Ih span {
    color: #606266;
    font-size: 14px;
}

html .font_popup_Ih .icon-close {
    position: absolute;
    right: 4px;
    cursor: pointer;
    top: 4px;
}

html .font_popup_pick {
    text-align: center;
}

html .font_popup_pick .icon-seleted {
    color: #FFF;
    font-size: 18px;
    line-height: 29px;
    margin: 0 auto;
}

html .tip_text {
    position: fixed;
    left: -50%;
    top: calc(100% + 12px);
    width: max-content;
    font-size: 12px;
    font-weight: 400;
    word-break: break-word;
    padding: 6px 8px;
    border-radius: 4px;
    z-index: 99999;
    background: #fff;
    box-shadow: 1px 1px 4px #cecece;
    /* border: 1px solid #303133; */
    color: #303133;
}

.E_strLength {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
}

.E_strLength .editTarget {
    display: inline-block;
    width: 100%;
}

.E_textNum {
    width: 100%;
    text-align: left;
    font-size: 0.75rem;
}

.hove_p {
    white-space: nowrap;
    border: none;
}

.E_Addclass_Box {
    margin-left: 0.9rem;
    cursor: pointer;
    width: 13.6rem;
    height: 18rem;
    display: none;
    border-radius: 0.3rem;
    background: #b3b3b3 no-repeat 50% 50%;
    border: 1px solid #F1F2F3;
    background-image: url("https://fview.5kjs.com/pc_img/theme/newtheme/newstyle/img/product/icon/add_bg.png");
}

.widthMax {
    width: 100%;
}

.E_classAdd_model_Box {
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.E_classAdd_model_Box .E_classAdd_model {
    border-radius: 0.5rem;
    transform: translateY(-4rem);
    padding: 0.9375rem;
    width: 30%;
    height: auto;
    background-color: #fff;
}

.E_classAdd_model_Box .E_classAdd_model .E_classAdd_model_title {
    font-size: 1.125rem;
    text-align: center;
    width: 100%;
    padding: 0.9375rem;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.E_classAdd_model_Box .E_classAdd_model .E_classAdd_model_body {
    padding: 0.9375rem;
}

.E_classAdd_model_Box .E_classAdd_model .E_classAdd_model_bottom {
    padding-top: 0.9375rem;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.E_classAdd_model_Box .E_classAdd_model .E_classAdd_model_bottom .E_classAdd_model_btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 0.375rem 0.75rem;
    font-size: 0.75rem;
    line-height: 1.42857143;
    border-radius: 0.1875rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.E_classAdd_model_Box .E_classAdd_model .E_classAdd_model_bottom .E_classAdd_model_yes {
    color: #fff;
    background-color: #18bc9c;
    border-color: #18bc9c;
}

.E_classAdd_model_Box .E_classAdd_model .E_classAdd_model_bottom .E_classAdd_model_no {
    margin-left: 5px;
    color: #fff;
    background-color: #e74c3c;
    border-color: #e74c3c;
}

.E_classAdd_model>div {
    display: flex;
    /* line-height: 300px; */
}

.E_classAdd_model>div>span {
    width: 100px;
    /* line-height: 300px; */
    line-height: 50px;
}

.font_popup_value_2 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-indent: 0.625rem;
    box-sizing: border-box;
    color: #606266;
    font-size: 0.875rem;
    border: 1px solid #cccccc !important;
    position: relative;
    border-radius: 0.25rem;
    margin-bottom: 0.625rem;
}

.E_clearStyle {
    width: auto !important;
    height: auto !important;
    position: initial !important;
    display: inline-block !important;
    max-width: initial !important;
    max-height: initial !important;
}

.LongBox {
    position: fixed !important;
    display: none;
    flex-direction: row;
    z-index: 999;
    top: 0;
    left: 0;
    padding: 4.6875rem 0.9375rem 0.9375rem 0.9375rem;
    background-color: #fff;
    border-radius: 0.3125rem;
    box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.06);
}

.LongBox .overallTarget {
    max-width: 37.5rem;
    max-height: 37.5rem;
}

.LongBox .LongBox_head {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3.625rem;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.LongBox .LongBox_eidtBox {
    padding-left: 1.25rem;
    position: relative;
    color: #333;
    font-size: 0.875rem;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.LongBox .LongBox_eidtBox .font_popup {
    position: initial;
    padding: 0;
    box-shadow: none;
}

.LongBox .LongBox_eidtBox .font_popup>div {
    margin: 0;
    display: flex;
    width: 500px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 40px;
}

.LongBox .LongBox_eidtBox .font_popup div>span {
    width: 120px;
    text-align: left;
    line-height: 40px;
}

.LongBox .LongBox_eidtBox .url_eidit {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

.LongBox .LongBox_eidtBox .url_eidit .urlInput {
    flex: 1;
    height: 1.875rem;
    line-height: 1.875rem;
    text-indent: 0.625rem;
    box-sizing: border-box;
    color: #606266;
    font-size: 0.875rem;
    border: 1px solid #cccccc !important;
    position: relative;
    border-radius: 0.25rem;
    margin-bottom: 0.625rem;
}

.LongBox .editTargetTxT {
    border: 1px dashed #00a0e9;
}

.LongBox .LongBox_eidtBox_btn_Box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 0.625rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.LongBox .LongBox_eidtBox_btn_Box .LongBox_eidtBox_btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 0.375rem 0.75rem;
    font-size: 0.75rem;
    line-height: 1.42857143;
    border-radius: 0.1875rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.LongBox .LongBox_eidtBox_btn_Box .LongBox_eidtBox_ok {
    color: #fff;
    background-color: #18bc9c;
    border-color: #18bc9c;
}

.LongBox .LongBox_eidtBox_btn_Box .LongBox_eidtBox_no {
    margin-left: 5px;
    color: #fff;
    background-color: #e74c3c;
    border-color: #e74c3c;
}

.nowImgBg {
    margin-left: 0.6125rem;
    cursor: pointer;
    max-width: 17rem;
    min-width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    margin-left: 63px;
}

.nowImgBg img {
    width: 100%;
    height: 100%;
}

.E_train_body_item_left_title>span {
    width: 330px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.layer_bj {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.layer_bj>.el-input__inner {
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    padding-right: 30px;
    -webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
    cursor: pointer;
}

.el-select-dropdown__list {
    list-style: none;
    display: none;
    overflow: scroll;
    background-color: #FFF;
    padding: 6px 0;
    margin: 0;
    width: 100%;
    height: 300px;
    margin-top: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: -300px;
    z-index: 999;
    left: 0;
}

.el-select-dropdown__item {
    font-size: 14px;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #606266;
    height: 34px;
    line-height: 34px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
    background-color: #f5f7fa;
}

.dropdown__list_two p {
    text-align: center;
    color: #000;
    font-size: 16px;
    line-height: 300px;
}

.layer_bj>i {
    position: absolute;
    right: .6rem;
    top: 0rem;
}

.E_classAdd_model .layer_bj>i {
    position: absolute;
    right: .6rem;
    top: .8rem;
}

.EditSortable_editTa {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: block;
    margin-top: 20px;
}

.E_xby_item .EditSortable_editTa {
    text-align: left;
    margin-left: 20px;
}