﻿#pagebody {
  min-width: 1060px;
}

#pagebody_max {
  min-width: 1206px;
  margin: 0 auto;
  padding: 0 20px;
}

.szdy-clearfix:after {
  clear: both;
}

textarea {
  resize: none;
}

.szdy-clearfix:after,
.szdy-clearfix:before {
  display: table;
  content: ' ';
}

* {
  box-sizing: border-box;
  font-style: normal;
  word-wrap: break-word;
}

.borderzreo {
  border: none !important;
}

.szdy-blackbox {
  cursor: pointer;
  z-index: 99;
  background-color: rgb(0, 0, 0);
  opacity: 0.3;
}

.left {
  float: left;
}

.right {
  float: right
}

.disabled {
  background-color: #f2f2f2 !important;
  cursor: not-allowed;
}

.content-hd .layui-icon {
  padding-right: 5px
}

body::-webkit-scrollbar-track {
  background: #f2f2f2;
  border-radius: 2px;
}

body::-webkit-scrollbar-thumb {
  background: #c5c5c5;
  border-radius: 10px;
}


xm-select>.xm-body {
  z-index: 9999 !important;
}

/*------------------顶部导航-----------------------*/

.navtable {
  height: 60px;
  margin: 0 auto;
  overflow-y: hidden;
}

.logonimg {
  float: left;
  width: 35px;
  height: 35px;
  margin-top: 14px;
}

.logonimg img {
  width: 100%;
}

.business-name {
  float: left;
  padding: 12px 20px 0 5px;
}

.register-btn {
  float: right;
  margin-top: 11px;
}


/*-------------文件操作----------------*/

.data-bd {
  /*padding: 30px 20px;*/
  padding: 20px 20px 30px 20px;
}

.content-hd {
  border-bottom: solid 1px #e0e0e0;
  width: 100%;
  /*padding-bottom: 24px;*/
  /*margin-bottom: 24px;*/
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}

.content-hd h2 {
  font-size: 20px;
  line-height: 1;
  /*ADD.JONEY*/
  display: inline-flex;
  justify-content: start;
  align-items: center;
}

/*begin 功能图标展示方式：列表|表格*/
.content-hd+span.list-toggle-icon {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
}

.content-hd+span.list-toggle-icon i {
  position: absolute;
  right: 1px;
  color: #607D8B;
  cursor: pointer;
}

.content-hd+span.list-toggle-icon i.layui-icon-list {
  font-size: 32px;
}

.content-hd+span.list-toggle-icon i.layui-icon-app {
  font-size: 24px;
}

.content-hd+span.list-toggle-icon.active+div.list-flex .list-flex-item {
  width: 24%;
}

.content-hd+span.list-toggle-icon.active+div.list-flex .list-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}

.content-hd+span.list-toggle-icon.active+div.list-flex .list-info span {
  margin: 0 auto;
}

/*end 功能图标展示方式*/

.dy-form-item,
.search-item {
  margin-bottom: 16px;
}

.dy-form-item__label {
  float: left;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 110px;
  line-height: 1.6;
  padding: 9px 15px 0 0;
  position: relative;
}

.red-color {
  color: #ff5252 !important;
}

.dy-form-item__content {
  position: relative;
  font-size: 14px;
  margin-left: 110px;
}

.dy-form-item:after {
  clear: both;
}

.shareimg {
  width: 80px;
  float: left;
}

.file-btn {
  margin-left: 6px;
  vertical-align: top;
  float: left;
}

.dy-form-item__info {
  color: #999;
  font-size: 14px;
  line-height: 1.6;
  padding-top: 8px;
  display: inline-block;
}

.dy-banner_item {
  clear: both;
  margin-top: 10px;
}

.dragitem {
  position: relative;
  display: inline-block;
}

.bannerbox {
  position: absolute;
  right: 3px;
  top: 3px;
  width: 20px;
  height: 20px;
  background-color: #FF5722;
  cursor: pointer;
  text-align: center;
  display: none;
}

.bannerimg {
  width: 160px;
  margin: 3px 5px 3px 0px;
}

.el-input,
.cells-input {
  position: relative;
  font-size: 14px;
  display: inline-block;
  max-width: 640px;
  width: 100%;
}

.el-input__inner {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 3px;
  border: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0 15px;
  -webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
  transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.el-textarea {
  height: 80px;
  line-height: 1.2;
  padding: 15px;
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 3px;
  border: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  font-size: inherit;
  outline: 0;
  -webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
  transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
  width: 100%;
}

.cells-input select {
  -webkit-appearance: button;
}

.music-input {
  width: 400px;
  margin: 0 10px;
}

.bannercont .file-btn {
  margin: 0;
}

.leftzero {
  margin-left: 0;
}

.bluefont {
  color: #3B9FF5;
}

.dy-editor {
  margin-top: 10px;
}

.dy-infor-item {
  width: 100%;
  border: solid 1px #eeeeee;
  border-radius: 3px;
  margin-bottom: 24px;
}

.dy-infor-hd {
  font-size: 18px;
  background-color: #fafafa;
  padding: 13px 20px;
}

.dy-infor-content {
  padding: 30px;
}

.infor-item {
  float: left;
  width: 50%;
}

.infor-left-cont {
  padding-bottom: 20px;
}

.infor-left-cont label {
  display: block;
  float: left;
  width: 100px;
}

.infor-left-cont span a {
  padding-left: 10px;
}

.link-style {
  cursor: pointer;
  text-decoration: underline;
  color: #3B9FF5;
}

.dy-infor-hd_ed {
  float: right;
  cursor: pointer;
}

.layui-form-select .layui-input {
  padding-right: 25px;
}

.demo-slider {
  width: 640px;
  margin-top: 17px;
  margin-left: 6px;
}

.demo-slider_text {
  position: relative;
  margin-top: 10px;
}

.infor-item_tx {
  float: left;
  width: 80px;
  height: 80px;
  border: solid 1px #e0e0e0;
}

.infor-item_tx img {
  width: 100%;
  border-radius: 3px;
}

.infor-item_wx {
  float: left;
  margin-left: 20px
}

.wx_infor {
  margin-bottom: 10px;
}

.bottomzreo {
  margin-bottom: 0 !important;
}

.wx_infor label {
  width: 90px;
  display: block;
  float: left;
}

.infor-item_three {
  float: left;
  width: 42%;
}

.member-img {
  width: 112px;
  height: 112px;
  border: solid 1px #eeeeee;
  border-radius: 3px;
}

.member-img img {
  width: 100%;
  border-radius: 3px;
  height: 100%;
}

.dy-triangle {
  width: 100%;
  height: 50px;
  background-color: #fafafa;
  margin-bottom: 24px;
}

.dy-triangle-item {
  float: left;
  width: 33.33%;
  cursor: pointer;
}

.dy-triangle-item h1 {
  font-size: 14px;
  font-weight: normal;
  line-height: 50px;
  text-align: center;
}

.dy-triangle_style {
  background: url(/layui/toolsimg/dy-triangle.png)no-repeat;
  background-size: 100% 100%;
  color: white;
}

.layui-tab {
  margin-bottom: 24px;
  margin-top: 20px;
}

.layui-tab-title .layui-this {
  color: #3B9FF5;
  border-bottom: solid 3px #3B9FF5;
  background-color: white;
}

.layui-tab-title .layui-this:after {
  border: none;
  border-radius: 0;
}

.search-item .label {
  float: left;
  width: 84px;
  padding-top: 9px;
  position: relative;
}

.search-item .cells-input {
  width: 298px;
}

.search-item .el-input {
  width: 408px;
}

.hide-btn {
  position: absolute;
  right: 10px;
  text-align: right;
  color: #3B9FF5;
  top: 0;
  cursor: pointer
}

.layui-colorpicker-main {
  width: 300px;
}

.layui-colorpicker {
  height: 38px;
  width: 38px;
}

.colorbox .cells-input {
  width: 120px;
}

.colorbox {
  margin-left: 0;
}

.triangle-next_btn {
  padding-top: 24px;
}

::-webkit-scrollbar {
  width: 6px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background-color: #E2E2E2;
}

::-webkit-scrollbar-thumb {
  background-color: #A3A3A3;
}

.mobile_preview_footer {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5%;
  width: 100%;
  background: #eeeff2;
  text-align: center;
  line-height: 45px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.mobile_preview_footer_icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-top: -19px;
  vertical-align: middle;
}

.ylclose {
  width: 30px;
  height: 60px;
  position: fixed;
  z-index: 999999999;
  bottom: 1px;
  left: 48%;
  cursor: pointer;
}

.ylclose img {
  width: 100%;
}

.input-group {
  width: 640px;
}

.form-control {
  display: block;
}

.input-group-btn {
  float: left;
  width: 90px;
  margin-right: 10px;
}

.input-group-btn .form-control {
  background-color: #fff;
  background-image: none;
  border-radius: 3px;
  border: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0 15px;
  -webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
  transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
  width: 100%;
}

.form-control {
  background-color: #fff;
  background-image: none;
  border-radius: 3px;
  border: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0 15px;
  -webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
  transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
  width: 140px
}

.calendar {
  float: left;
  margin-left: 10px;
}

.solar select,
.lunar select {
  padding: 0 15px;
  box-sizing: border-box;
  color: #333;
  background-color: #fff;
  background-image: none;
  border-radius: 3px;
  border: 1px solid #e0e0e0;
  line-height: 40px;
  height: 40px;
}

.page-footer {
  padding: 40px 0;
  text-align: center;
  color: #cccccc;
  width: 100%;
}


/*-------------农历组件----------------*/

.solar {
  width: 150px;
  margin-right: 10px;
}

.lunar {
  width: 150px;
  margin-right: 10px;
}

.calendarbox {
  width: 150px;
  float: left;
  margin: 0;
}

.linkage .layui-input-inline {
  margin-right: 2px;
}

.morebtn-list {
  display: none;
  position: fixed;
  border: 1px solid #cccccc;
  background-color: white;
  z-index: 899;
  padding: 10px;
}

.morebtn-list-item {
  background-color: white;
  min-width: 80px;
  font-size: 14px;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
}

.morebtn:hover {
  opacity: 1;
}

.morebtn-list-item:hover {
  color: #3B9FF5
}

.input-detail-preview img {
  width: 100% !important;
  height: auto !important;
}

.muchstyle {
  padding: 0 15px 0 0;
}

.floatinput p {
  float: left;
  line-height: 40px;
  margin-right: 10px;
}

.floatinput .float-input {
  width: 150px;
  float: left;
  margin-right: 10px;
}

.cells-block {
  height: 38px;
  line-height: 38px;
}

.checkstyle .layui-form-checkbox[lay-skin=primary] i {
  width: 20px;
  height: 20px;
  font-size: 14px;
  line-height: 16px;
}

.checkstyle .layui-form-checkbox[lay-skin=primary] span {
  color: #333
}


/*-------------------------------------图库----------------------------------------------------*/

#pgBody {
  height: auto;
  width: auto;
  padding: 0 10px;
}

.imglink {
  width: 100% !important;
}

.imglink input {
  width: 427px;
  float: left;
}

.imgcontent {
  padding: 10px 0 !important;
}

.img-content-right {
  height: 454px;
  width: 200px;
  float: left;
  background: rgb(255, 255, 255);
  border-right: 1px solid rgb(221, 221, 221);
  padding-right: 8px;
}

.img-content-right .unselectall {
  margin-top: 3px;
}

.img-content-right .layui-form-item {
  margin-top: 10px;
}

.layui-form-checkbox i {
  height: 30px;
}

.sys-list-box {
  display: flex;
  min-height: 450px;
}

.img-content-left {
  width: 790px;
  float: right;
  padding: 10px;
}

.custom-list-box {
  width: 100%;
  height: 483px;
}

.pic-list {
  display: -webkit-flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.pic-list li {
  width: 20%;
  float: left;
  background-color: white;
  border: 1px solid transparent;
  overflow: hidden;
}

.pic-list li:hover {
  /*transform: scale(1.2);
    box-shadow: 0px 0px 3px rgb(88, 87, 87);
    border:1px solid rgba(74, 71, 71, 0.8);*/
  cursor: pointer;
  z-index: 999;
}

.pic-list li:hover .img-view {
  border: none;
  box-shadow: 0px 0px 8px 3px #9E9E9E;
}

.pic-list li:hover span {
  transform: translate(0, 0);
}

.pic-list li img {
  padding: 10px;
  max-width: 150px;
}

.pic-list li span {
  display: block;
  transform: translate(0, 30px);
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 8px;
  background: rgba(74, 71, 71, 0.8);
  color: #fff;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  transition: all 0.3s ease-in-out;
}

.pic-list .layui-flow-more {
  clear: both;
}

.pic-list li.active::after {
  font-family: layui-icon !important;
  font-size: 30px;
  content: "\1005";
  background: #ffeb3b;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 auto;
  padding: 0;
  color: #009688;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
}

.custom-toobar-form {
  margin: 10px 0;
}

img.cropper-img {
  display: block;
  /* This rule is very important, please don't ignore this */
  max-width: 100%;
}


/*图片裁剪上传弹窗*/

.boxShadow {
  width: 100%;
  height: 100%;
  background: #E5E5E7;
  opacity: 1;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999
}

.cliperBox {
  background: #fff;
  border-radius: 4px;
  box-shadow: 3px 3px 3px #ddd;
  width: 270px;
  overflow: hidden;
  display: none;
  z-index: 1110;
  left: 50%;
  right: 50%;
  margin: 5% auto;
  text-align: center;
  border-radius: 0;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0)scale(1.185);
  transform: translate3d(0, 0, 0)scale(1.185);
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}

.cliperBox.active {
  opacity: 1;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transform: translate3d(0, 0, 0)scale(1);
  transform: translate3d(0, 0, 0)scale(1);
}

.cliperBox .mTitle {
  height: 50px;
  margin: 0 auto;
  padding: 0;
  margin: 0;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}

.cliperBox .mBottom {
  height: 50px;
  margin: 0 auto;
  padding: 0;
}

.cliperBox .mBottom button {
  background: #15afefb8;
  color: #fff;
  display: inline-block;
  margin: 5px;
  margin-bottom: 0;
  padding: .5em 1em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  user-select: none;
  -webkit-transition: background-color 300ms ease-out, border-color 300ms ease-out;
  transition: background-color 300ms ease-out, border-color 300ms ease-out;
}

.cliperBox .mBottom button:last-child {
  background: #0aa1e0;
}

em.imgloading {
  background: url("/image/loading.gif")no-repeat center #fcfcffd6;
  background-size: 70%;
  opacity: 0.9;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 20px;
  left: 50%;
  right: 50%;
  bottom: 0;
  margin-left: -50px;
  margin-right: -50px;
  border-radius: 50px;
  text-align: center;
  vertical-align: middle;
  line-height: 100px;
  color: #353333;
}

.map-content {
  width: 640px;
  height: 350px;
  border: 1px solid #e0e0e0;
  position: relative;
  z-index: 2;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  float: left;
  margin-right: 10px;
}

.mapsearch {
  float: left;
}

.dy-tipsstyle {
  padding-top: 10px;
  border-radius: 3px;
  font-size: 12px;
  display: none;
  color: #666666;
}

.preview-container {
  background: #f9f9f9;
  box-shadow: 0 0 0 1px #c5c5c5;
  min-height: 568px;
  width: 320px;
  position: relative;
}

.phone-container {
  background: url("/image/phonetop.png")no-repeat;
  background-size: 320px 54.6px;
  display: -ms-flexbox;
  display: flex;
  height: 54.6px;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 320px;
}

.phone-title {
  bottom: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: bolder;
  line-height: 18px;
  max-width: 230px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}


/*-------------------------------------手机编辑器-------------------------------------------*/

.assembly {
  width: 200px;
  padding: 10px;
}

.assembly-item {
  margin: 10px 0;
}

.assembly-item ul li {
  text-align: center;
  margin-top: 10px;
  float: left;
}

.assembly-btn {
  height: 30px;
  width: 45%;
  border: 1px solid #ccc;
  background-color: #F8F8F8;
  cursor: pointer;
  line-height: 30px;
  margin-right: 8px;
}

.assembly-btn:hover {
  border: solid 1px #3b9ff5;
  color: #3b9ff5;
}

.mobiles-container {
  background: #f9f9f9;
  box-shadow: 0 0 0 1px #c5c5c5;
  min-height: 568px;
  width: 320px;
  position: relative;
}

.mobiles-nav {
  background: url(/image/phonetop.png)no-repeat;
  background-size: 320px 54.6px;
  display: -ms-flexbox;
  display: flex;
  height: 54.6px;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 320px;
}

.mobiles-title {
  bottom: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: bolder;
  line-height: 18px;
  max-width: 230px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}

.assembly-style {
  height: 136px;
  line-height: 20px;
  text-align: center;
  padding-top: 48px;
  background-color: #ebf8fd;
  color: #88c4dc;
  font-size: 13px;
}

.assembly-style2 {
  height: 177.78px;
  line-height: 20px;
  text-align: center;
  padding-top: 68.89px;
  background-color: #ebf8fd;
  color: #88c4dc;
  font-size: 13px;
}

.content-edit {
  width: 480px;
}

.content-edit-style {
  border-radius: 3px;
  background-color: #F8F8F8;
  padding: 10px;
  margin-left: 10px;
  margin-bottom: 20px;
  border: 1px solid #E5E5E5;
  display: none;
}

.content-edit-text {
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.content-edit .dy-form-item {
  margin-bottom: 10px;
}

.content-edit .dy-form-item .dy-form-item__label {
  width: 85px;
}

.member-card-edit .dy-form-item .el-input,
.cells-input {
  max-width: 552px;
}

.content-edit .dy-form-item .dy-form-item__content {
  margin-left: 85px;
}

.changeimg,
.bannerstyle,
.videostyle {
  margin-bottom: 10px;
}

.changeimg .image {
  width: 320px;
  float: left;
}

.changeimg .hotbtn {
  margin-top: 20px;
  margin-left: 6px;
}

.bannerstyle .shareimg {
  width: 200px;
}

.bannerstyle .layui-btn {
  margin-top: 7px;
}

.videostyle video {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.mobilePageEditor_removeIcon {
  position: absolute;
  right: -10px;
  top: -10px;
  cursor: pointer;
  display: none;
}

.leftinput {
  position: relative;
}

.leftinput .float-input {
  width: 400px;
  float: left;
  margin-right: 10px;
}

.leftinput span {
  float: left;
  display: block;
  line-height: 40px;
  margin-right: 10px;
}

.leftinput .dy-form-item__info {
  margin-left: 109px;
}

.full-screen {
  padding: 24px 0;
}


/*-----------------------------微页面底部-------------------------------*/

.mobile-footer {
  position: relative;
  bottom: 0;
  left: 0;
  border-top: solid 1px #e0e0e0;
  background-color: white;
  z-index: 999;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  align-content: flex-start;
  padding: 5px 0;
}

.mobile-footer-item {
  flex-wrap: nowrap;
  box-sizing: border-box;
  align-items: stretch;
  flex: 1;
  text-align: center;
  cursor: pointer;
}

.mobile-footer-item .iconfont {
  font-size: 22px;
}

.click-style {
  color: #ff5252;
}

.iconbox {
  width: 40px;
  height: 40px;
  border: solid 1px #e0e0e0;
  text-align: center;
  margin-right: 10px;
}

.iconbox .iconfont {
  font-size: 26px;
  line-height: 40px;
}

.icon-item {
  clear: both;
  width: 100%;
  background-color: white;
  border: 1px solid #e0e0e0;
  margin: 10px 0;
  padding: 5px 0;
}

.icon-item-list li {
  width: 40px;
  height: 40px;
  float: left;
  border: 1px solid #e0e0e0;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
  margin: 5px 10px;
}

.icon-item-list li:last-child {
  margin-right: 0;
}

.icon-item-list .iconfont {
  font-size: 24px;
}

.iconbtn {
  float: right;
  margin: 10px 0;
  margin-right: 10px;
}

.blueclick {
  border: solid 1px #3b9ff5 !important;
  color: #3b9ff5;
}


.goodsbox {
  display: -webkit-flex;
  display: flex;
  position: relative;
  box-sizing: border-box;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  place-content: flex-start space-between;
  flex-shrink: 0;
  overflow: hidden;
  -webkit-box-pack: justify;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 7.5px;
  padding-bottom: 12px;
}

.recommend-item {
  position: relative;
  width: 144px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-content: flex-start;
  flex-shrink: 0;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 7.68px;
  margin-left: 3.84px;
  margin-right: 3.84px;
}

.recommend-img-wrapper {
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.recommend-img-wrapper img {
  width: 100%;
}

.recommend-info {
  padding-left: 9px;
  padding-right: 7.68px;
  text-decoration: none;
}

.recommend-title {
  margin-top: 10px;
  position: relative;
  overflow: hidden;
  line-height: 15px;
  text-overflow: ellipsis;
  min-height: 0;
}

.recommend-title-p {
  font-size: 11px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.recommend-price-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-top: 9px;
  line-height: 17px;
  padding-bottom: 5px;
}

.recommend-sign {
  font-size: 9px;
  margin-left: getUnit(-6);
  margin-bottom: getUnit(-1);
}

.recommend-price {
  font-size: 11px;
  line-height: 13px;
  color: #ff5500;
}

.recommend-h {
  color: #ff5252;
  font-weight: 600;
}

.recommend-payed {
  font-size: 9px;
  color: #999999;
  margin-top: 1px;
}

.editgoods-info {
  margin: 10px auto;
}

.edit-img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.editgoods-info button {
  float: right;
  margin-top: 10px;
}

.popup-bd {
  padding: 10px;
}

.content-hd ul {
  position: relative;
  left: 0;
  height: auto;
  white-space: nowrap;
  font-size: 0;
  transition: all .2s;
  -webkit-transition: all .2s;
}

.content-hd ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  transition: all .2s;
  -webkit-transition: all .2s;
  position: relative;
  line-height: 40px;
  min-width: 65px;
  padding: 0 15px;
  text-align: center;
  cursor: pointer;
}

.content-hd-this {
  font-size: 18px !important;
  color: #3B9FF5;
  border-bottom: solid 3px #3B9FF5;
  background-color: white;
}

.imgtips {
  width: 60%;
  margin-left: 10px;
}

.imgtips button {
  display: block;
}

.imgtips .dy-form-item__info {
  display: block;
}

td.layui-table-col-special .layui-table-grid-down {
  display: none;
}

#LAYTABLE_COLSDIVID .layui-form-checkbox.moving {
  background: transparent;
  color: transparent;
  border: 1px dashed #ccc;
}

.layui-table-box .laytable-cell-radio,
.laytable-cell-checkbox,
td[data-field="operation"]>div,
th[data-field="operation"]>div {
  text-align: center !important;
}