.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: 0;
  left: -2px;
  z-index: 999;
  min-height: 2.5rem !important;
  background-color: #FFF;
  position: absolute;
  flex: 1;
}
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 {
  line-height: inherit !important;
}
html .font_popup_value {
  width: 18.75rem;
  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;
}
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%;
}
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;
}
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;
}
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;
}
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: absolute;
  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;
}
.E_Addclass_Box {
  margin-left: 0.9rem;
  cursor: pointer;
  width: 13.6rem;
  height: 18rem;
  border-radius: 0.3rem;
  background: #b3b3b3 no-repeat 50% 50%;
  border: 1px solid #F1F2F3;
  background-image: url(../../img/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;
}
.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_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;
  border: 1px solid #00a0e9;
  box-shadow: 0px 2px 4px 0px 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;
  background: #5874d8;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  color: #fff;
}
.LongBox .LongBox_eidtBox {
  padding-left: 1.25rem;
  position: relative;
  color: #333;
  font-size: 0.875rem;
  border-left: 1px solid #ccc;
}
.LongBox .LongBox_eidtBox .font_popup {
  position: initial;
  padding: 0;
  box-shadow: none;
}
.LongBox .LongBox_eidtBox .font_popup div {
  margin: 0;
}
.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;
  width: 5rem;
  height: 5rem;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.E_recruit_box_list_flex_li_body_bottom_p_jge_span_se_span {
  font-size: 12px !important;
  font-family: Microsoft YaHei;
  font-weight: 400 !important;
  color: #444A5C;
}
.E_recruit_box_list_flex_li_body_bottom_p_jge_span_se_span > .E_recruit_box_list_flex_li_body_bottom_p_jge_span {
  font-size: 18px !important;
}
.E_recruit_box_list_flex_li_body_bottom_p_jge_span_se_spans {
  font-size: 12px !important;
  font-family: Microsoft YaHei;
  font-weight: 400!important;
  color: #9598A2;
  display: block;
}
.E_recruit_box_list_flex_li_body_bottom_p_jge_span_se_spans span {
  font-size: 12px !important;
  font-family: Microsoft YaHei;
  font-weight: 400 !important;
  color: #9598A2;
}
.E_recruit_box_list_flex_li_body_bottom_p_jge_span_se .E_recruit_box_list_flex_li_body_bottom_p_jge_span_se_span {
  font-size: 12px !important;
  font-family: Microsoft YaHei;
  font-weight: 400 !important;
  color: #444A5C;
}
.E_recruit_box_list_flex_li_body_bottom_p_jge_span_se .E_recruit_box_list_flex_li_body_bottom_p_jge_span_se_span > .E_recruit_box_list_flex_li_body_bottom_p_jge_span {
  font-size: 18px !important;
}
.E_recruit_box_list_flex_li_body_bottom_p_jge_span_se .E_recruit_box_list_flex_li_body_bottom_p_jge_span_se_spans {
  font-size: 12px !important;
  font-family: Microsoft YaHei;
  font-weight: 400!important;
  color: #9598A2;
  display: block;
}
.E_recruit_box_list_flex_li_body_bottom_p_jge_span_se .E_recruit_box_list_flex_li_body_bottom_p_jge_span_se_spans span {
  font-size: 12px !important;
  font-family: Microsoft YaHei;
  font-weight: 400 !important;
  color: #9598A2;
}
.E_center_box .E_allItem_box .E_allItem_left_itemList_box .E_recruit_box_list_flex_li .E_recruit_box_list_flex_li_body .E_recruit_box_list_flex_li_body_bottom,
.E_center_box .E_allItem_box .E_allItem_right_box .E_recruit_box_list_flex_li .E_recruit_box_list_flex_li_body .E_recruit_box_list_flex_li_body_bottom {
  align-items: end !important;
}
.E_center_box .E_allItem_box .E_allItem_left_itemList_box .E_recruit_box_list_flex_li .E_recruit_box_list_flex_li_body .E_recruit_box_list_flex_li_center,
.E_center_box .E_allItem_box .E_allItem_right_box .E_recruit_box_list_flex_li .E_recruit_box_list_flex_li_body .E_recruit_box_list_flex_li_center {
  height: 41px !important;
}
.E_recruit_box_list_flex_li_body_bottom_p_jge_spans {
  margin-top: 17px !important;
  display: block;
}
.E_isbuy {
  margin-top: 17px !important;
  display: block;
}
.E_recruit_box_list_flex_li_body_bottom_p_jgesss {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.E_allItem_right_listBox .E_recruit_box_list_flex_li .E_recruit_box_list_flex_li_body .E_recruit_box_topBox {
  height: 116px !important;
}
.E_allItem_right_listBox .E_recruit_box_list_flex_li .E_recruit_box_list_flex_li_body .E_recruit_box_list_flex_li_body_bottom {
  margin-top: 10px;
}
.E_allItem_right_listBox .E_recruit_box_list_flex_li .E_recruit_box_list_flex_li_body .E_recruit_box_list_flex_li_body_bottom_p_jgesss {
  margin-top: 0px;
}
