body {
  font: 12px/1.5 tahoma, arial, sans-serif;
  background: #fff none repeat center top;
  color: #666;
  width: 100%;
}

* {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
caption,
th {
  font-style: normal;
  font-weight: 400;
  font-size: 100%;
}

input,
button,
textarea,
select {
  font: 100% tahoma, arial, sans-serif;
  border: none;
}

input,
button,
textarea,
select,
object {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-weight: normal;
  font-style: normal;
  padding: 0;
  margin: 0;
}

ol,
ul,
dl,
li {
  list-style: none;
}

abbr,
acronym {
  border: 0px;
}

fieldset,
img {
  border: 0;
}

a img {
  vertical-align: top;
}

a {
  outline: none;
}

a,
a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

.clearfix {
  display: block;
}

.png img {
  _visibility: hidden;
}

.panel-cate {
  width: 294px;
  height: 32px;
  line-height: 32px;
  float: left;
  margin-right: 24px;
  display: flex;
}

.panel-cate span {
  margin: 0 29px 0 0;
}

.panel-downdrop {
  width: 210px;
  height: 32px;
  display: inline-block;
}

.filter-disabled {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.filter-box {
  position: relative;
}

.filter-box select {
  display: none;
}

.filter-text {
  height: 100%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  padding: 0 30px 0 10px;
  background: #fff;
  border: 1px solid #e6e6e6;
}

.filter-text input {
  font-size: 14px;
}

.filter-text .filter-title {
  width: 100%;
  height: 32px;
  line-height: 32px;
  border: 0;
  background-color: transparent;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
  cursor: pointer;
}

.filter-list {
  display: none;
  width: 100%;
  max-height: 300px;
  background-color: #fff;
  font-size: 14px;
  position: absolute;
  top: 42px;
  left: 0;
  z-index: 99;
  border: 1px solid #e6e6e6;
  overflow: auto;
}

.filter-list li {
  list-style: none;
}

.filter-list li.filter-null a {
  color: #d2d2d2;
}

.filter-list li a {
  display: block;
  padding: 0 10px;
  line-height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.filter-list li:hover {
  background-color: #f2f2f2;
}

.filter-list li.filter-selected {
  background-color: #22baa0;
}

.filter-list li.filter-selected a {
  display: block;
  color: #fff;
}

.filter-list li.filter-disabled {
  background-color: #fff;
}

.filter-list li.filter-disabled a {
  display: block;
  color: #d2d2d2;
}

.filter-list li.filter-disabled:hover a {
  cursor: not-allowed !important;
  background-color: #fff;
}

.icon {
  position: absolute;
}

.icon-filter-arrow {
  width: 8px;
  height: 6px;
  right: 10px;
  top: 13px;
  transition: all 0.2s;
}

.icon-filter-arrow.filter-show {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.filter-list::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.filter-list::-webkit-scrollbar-track {
  background: #fff;
}

.filter-list::-webkit-scrollbar-thumb {
  background: #cbcbcb;
}

.j-line {
  width: 100%;
  height: 1px;
  border-top: 1px solid #d1d1d1;
}

.j-inner {
  background-color: #f9f9f9;
}

.j-inner .panel-body {
  background-color: #f9f9f9;
  padding: 0;
}

.j-inner .panel {
  box-shadow: none;
}

.j-inner .panel-white {
  background-color: #f9f9f9;
  border: none !important;
  margin-bottom: 20px;
}

.j-breadcrumb {
  background: #f9f9f9;
  font-family: "Microsoft YaHei";
  color: #999;
  font-size: 14px;
  padding: 20px 0 14px;
  width: 1140px;
  margin: 0 auto;
}

.j-breadcrumb-title {
  list-style: none;
  padding: 0;
  margin: 0;
}

.j-breadcrumb-title li {
  display: inline-block;
}

.j-breadcrumb-title li a,
.j-breadcrumb-title li.active {
  font-size: 13px;
  color: #90999c;
  text-decoration: none;
}

.j-breadcrumb-title li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

.j-inner .container {
  width: 1140px;
  padding: 0;
}

.j-inner .row {
  margin: 0;
}

.j-inner .j-record .table {
  border: 1px solid rgba(220, 225, 228, 1);
}

.j-inner .j-record .table thead {
  background-color: #dce1e4;
}

.j-inner .j-record .table tbody,
.j-inner .j-record .table tbody tr,
.j-inner .j-record .table tbody tr td {
  background-color: #fff;
}

.j-inner .j-record .table thead tr th,
.j-inner .j-record .table tbody tr td {
  text-align: left;
}

.j-inner .j-record .table tbody tr td .operate {
  color: #22baa0;
  font-size: 14px;
  margin-right: 20px;
  font-family: "Microsoft YaHei";
}

.j-inner .j-record .table tbody tr td .operate.delete {
  color: #ff3b3b;
  margin: 0;
}

.j-edit {
  width: 1140px;
  margin: 0 auto 100px;
}

.j-edit .title {
  color: #666;
  font-size: 20px;
  padding: 20px 0;
}

.j-edit .content {
  width: 100%;
  background-color: #fff;
  min-height: 590px;
  border: 1px solid #dfe3e6;
  padding-bottom: 165px;
}

.j-edit .content .form {
  padding-top: 20px;
}

.j-edit .content .form .form-item {
  margin: 0 0 20px 0;
  display: flex;
}

.j-edit .content .form .form-upload-banner {
  display: none;
  margin: 0 0 50px 0;
}

.j-edit .content .form .form-label {
  width: 124px;
  height: 34px;
  line-height: 34px;
  margin-right: 29px;
  text-align: right;
  color: #4e5e6a;
  font-size: 14px;
  display: inline-block;
  box-sizing: content-box;
  float: left;
}

.j-edit .content .form .form-upload-banner .form-label {
  float: left;
  line-height: initial;
}

.j-edit .content .form .form-label i {
  color: #f93c3c;
}

.j-edit .content .form .form-sub {
  width: 342px;
  display: inline-block;
  outline: none;
  height: auto;
  position: relative;
}

.j-edit .content .form .form-upload-btn {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 84px;
  height: 34px;
  cursor: pointer;
  z-index: 11;
}

.j-edit .content .form-progress {
  width: 800px;
  height: 20px;
  margin: 16px 0 20px;
  display: none;
}

.j-edit .content .form-progress .progress {
  width: 100%;
  height: 8px;
  background: #dce1e4;
  box-shadow: none;
  margin: 0;
}

.j-edit .content .form-progress .progress-bar {
  background: #22baa0;
}

.j-edit .content .form-progress .percent {
  height: 19px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: #4e5e6a;
  text-align: center;
  float: right;
  margin-bottom: 8px;
}

.j-edit .content .form-progress .name {
  height: 19px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: #4e5e6a;
  text-align: left;
  float: left;
  margin-bottom: 8px;
  width: 260px;
  overflow: hidden;
}

.j-edit .content .form .form-video-edit {
  width: 100%;
  height: 34px;
  line-height: 34px;
  margin: 16px 0 10px;
  display: none;
}

.j-edit .content .form .form-video-edit .name {
  display: inline-block;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4e5e6a;
  float: left;
  margin-right: 10px;
  width: 260px;
  overflow: hidden;
  height: 34px;
  line-height: 34px;
  padding-left: 10px;
  border: 1px solid #dce1e4;
}

.j-edit .content .form .form-video-tip {
  width: 323px;
  height: 16px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 16px;
  color: #999;
  position: absolute;
  top: 8px;
  left: 92px;
}

.j-edit .content .form-video-edit .delete {
  background: url(/modern/css/img/delete.png) no-repeat center;
  width: 16px;
  height: 16px;
  float: left;
  margin: 8px 0 0 4px;
  cursor: pointer;
}

.j-edit .content .form-cover-tip {
  width: 400px;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  color: #999;
}

.j-edit .content .form-sub .form-input {
  width: 100%;
  padding-left: 11px;
  height: 34px;
  border: none;
  border: 1px solid #dce1e4;
  font-size: 14px;
}

.j-edit .content .form-sub .form-input::-webkit-input-placeholder,
.filter-text .filter-title::-webkit-input-placeholder,
.js-edit-modife::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #c1c1c1;
}

.j-edit .content .form-sub .form-input:-moz-placeholder,
.filter-text .filter-title::-moz-placeholder,
.js-edit-modife::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c1c1c1;
}

.j-edit .content .form-sub .form-input::-moz-placeholder,
.filter-text .filter-title::-moz-placeholder,
.js-edit-modife::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c1c1c1;
}

.j-edit .content .form-sub .form-input:-ms-input-placeholder,
.filter-text .filter-title::-ms-input-placeholder,
.js-edit-modife::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #c1c1c1;
}

.js-edit-modife {
  font-size: 14px;
}

.j-edit .content .form-sub .form-upload-img {
  width: 120px;
  height: 120px;
}

.j-edit .content .form-sub .form-banner {
  position: relative;
}

.j-edit .content .form-baner-img {
  position: relative;
  display: none;
  width: 434px;
  height: 128px;
}

.j-edit .content .form-baner-img .close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background: url(/modern/css/img/close.png) no-repeat center;
  width: 24px;
  height: 24px;
}

.j-edit .content .form-sub .banner-title {
  width: 100%;
  height: 19px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: #999;
  margin-bottom: 20px;
}

.j-edit .content .form-sub .banner-img {
  width: 434px;
  height: 128px;
}

.j-edit .content .form-sub .banner-img+.form-upload-btn {
  width: 434px;
  height: 128px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  box-sizing: content-box;
}

.j-edit .content .form-sub .panel-cate,
.j-edit .content .form-sub .panel-downdrop {
  width: 100%;
}

.j-edit .content .form-sub .upload {
  width: 84px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #22baa0;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
}

.j-edit .content .form-btn {
  width: 342px;
  margin-left: 152px;
}

.j-edit .content .form-btn .cancel {
  width: 84px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #22baa0;
  color: #22baa0;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
  cursor: pointer;
}

.j-edit .content .form-btn .confirm {
  width: 84px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background: #ccc;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  cursor: not-allowed;
}

.j-edit .content .form-btn .confirm.active {
  background: #22baa0;
  color: #fff;
  cursor: pointer;
}

.j-edit .content .form-upload-content {
  width: 100%;
  height: auto;
  margin-top: 10px;
}

.j-edit .content .form-upload-content li {
  width: 120px;
  height: 120px;
  border: 1px solid #dce1e4;
  margin: 0 20px 10px 0;
  float: left;
}

.j-edit .content .form-upload-content li:nth-of-type(7n) {
  margin-right: 0;
}

.j-edit .content .form-upload-content .upload-img {
  width: 100%;
  height: 85px;
  position: relative;
  display: flex;
  justify-content: center;
}

.j-edit .content .form-upload-content .upload-img img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

.j-edit .content .form-upload-content .upload-img .close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background: url(/modern/css/img/close.png) no-repeat center;
  width: 24px;
  height: 24px;
  opacity: 1;
}

.j-edit .content .form-upload-content li input {
  width: 100%;
  padding: 8px 0 0 14px;
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}

.j-edit .content .form-cover {
  width: 120px;
  height: 120px;
  border: 1px solid #dce1e4;
  margin: 0 20px 10px 0;
  display: none;
}

.j-edit .content .form-cover .upload-img {
  width: 100%;
  height: 85px;
  position: relative;
  display: flex;
  justify-content: center;
}

.j-edit .content .form-cover .upload-img img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

.j-edit .content .form-cover .upload-img .close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background: url(/modern/css/img/close.png) no-repeat center;
  width: 24px;
  height: 24px;
  opacity: 1;
}

.j-edit .content .form-cover li input {
  width: 100%;
  padding: 8px 0 0 14px;
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}

.j-edit .content .form-upload-btn.form-upload-cover {
  width: 120px;
  height: 120px;
  cursor: pointer;
}

.j-edit .content .form .js-form-img,
.j-edit .content .form .js-form-video,
.j-edit .content .form .js-form-toggle {
  display: none;
}

.j-edit .content .form .form-switch {
  width: 64px;
  border-radius: 34px;
}

.model {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: none;
}

.model .mask {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
}

.model .content {
  width: 340px;
  height: 173px;
  margin: 0 auto;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.model .content.upload {
  width: 1025px;
  height: auto;
}

.model .content .header {
  width: 100%;
  height: 65px;
  line-height: 65px;
  padding-left: 40px;
  color: #4e5e6a;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
}

.model .content .line {
  width: 1005;
  height: 1px;
  border-top: 1px solid #dce1e4;
}

.model .content .title {
  color: #4e5e6a;
  text-align: center;
  font-size: 14px;
  width: 100%;
  margin: 50px auto 30px;
}

.model .content .main {
  width: 100%;
  height: auto;
  margin-top: 30px;
}

.model .content .form .form-item {
  /* width: 100%;
  height: auto; */
  margin-bottom: 20px;
  display: flex;
}

.model .content .form .form-label {
  width: 118px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: #4e5e6a;
  margin: 0 28px;
  display: inline-block;
}

.model .content .form .form-label i {
  color: #f93c3c;
}

.model .content .form .form-sub {
  width: 100%;
  height: auto;
  display: inline-block;
  outline: none;
  position: relative;
}

.model .content .form .form-sub .form-input {
  width: 270px;
  height: 34px;
  line-height: 34px;
  background: #ffffff;
  border: 1px solid #dce1e4;
  opacity: 1;
  padding-left: 11px;
}

.model .content .form .form-sub .form-sub-title {
  width: 100%;
  height: 19px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: #999;
}

.model .content .form .form-sub .upload {
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid #dce1e4;
}

.model .content .form-upload-content {
  width: 100%;
  height: auto;
  margin-top: 10px;
}

.model .content .form-upload-content li {
  width: 120px;
  height: 120px;
  border: 1px solid #dce1e4;
  margin: 0 20px 10px 0;
  float: left;
}

.model .content .form-upload-content .form-upload-add {
  border: none;
  position: relative;
}

.model .content .form-upload-content .form-upload-add .upload-img {
  width: 100%;
  height: 100%;
}

.model .content .form-upload-content .upload-img {
  width: 100%;
  height: 85px;
  position: relative;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.model .content .form-upload-content .upload-img img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

.model .content .form-upload-content .upload-img .close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background: url(/modern/css/img/close.png) no-repeat center;
  width: 24px;
  height: 24px;
  opacity: 1;
}

.model .content .form-upload-content li input {
  width: 100%;
  padding: 8px 0 0 14px;
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}

.model .content .form .form-btn {
  width: 400px;
  margin-left: 155px;
  margin-bottom: 40px;
  display: inline-flex;
}

.model .content .form .form-upload-btn {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 0;
  box-sizing: content-box;
  cursor: pointer;
}

.model .content .model-btn {
  display: flex;
  justify-content: center;
  border: none;
}

.model .content .cancel {
  width: 84px;
  height: 33px;
  line-height: 33px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid #22baa0;
  color: #22baa0;
  margin-right: 20px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.model .content .confirm {
  width: 84px;
  height: 33px;
  line-height: 33px;
  color: #fff;
  background: #ccc;
  display: inline-block;
  text-align: center;
  cursor: not-allowed;
  display: flex;
  justify-content: center;
}

.model .content .confirm .loading {
  width: 30px;
  height: 30px;
  background: url(/modern/css/img/loading.gif) no-repeat center center;
  display: none;
}

.model .content .confirm.active {
  background: #22baa0;
  cursor: pointer;
}

.multi-switch {
  width: 64px;
  user-select: none;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.multi-switch * {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.multi-switch .switch-content {
  background: none;
  background-color: #dce1e4;
  height: 34px;
  position: relative;
  margin: 0 0 50px 0;
  cursor: pointer;
  border-radius: 34px;
  -moz-border-radius: 34px;
  -webkit-border-radius: 34px;
  -ms-border-radius: 34px;
}

.multi-switch .switch-content .switch-circle {
  background: #fff;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 2px;
  left: 0%;
  z-index: 1;
  margin-left: 2px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
}

.multi-switch .switch-content.active {
  background-color: #22baa0;
  margin: 0;
}

.multi-switch .switch-content.active .switch-circle {
  left: 100%;
  margin-left: -32px;
}

.multi-switch input {
  display: none;
}

.message {
  position: fixed;
  left: 50%;
  top: 30px;
  transform: translate(-50%, 0);
  height: 50px;
  line-height: 50px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.14);
  z-index: 999;
  display: none;
}

.message .icon {
  background: url(/modern/css/img/error.png) no-repeat center;
  float: left;
  width: 48px;
  height: 50px;
}

.message .text {
  height: 19px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: #666666;
  margin-left: 48px;
  padding-right: 16px;
}

.shear-container {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
  display: none;
}

.shear-container .shear-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #111;
  opacity: 0.9;
  z-index: 1001;
}

.shear-container .shear-content {
  position: absolute;
  width: 1000px;
  height: 560px;
  background: #fff;
  z-index: 1002;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  box-shadow: 0 0 10px #000;
  padding: 10px;
}

.shear-content-one {
  height: 40px;
  width: 100%;
  border-bottom: 1px solid #ddd;
}

.shear-content .shear-content-two {
  width: 100%;
  height: 470px;
  position: relative;
  padding: 5px 0;
}

.shear-content .shear-box-parcel {
  width: 720px;
  height: 450px;
  position: absolute;
  left: 0;
  border: solid 1px #ddd;
}

.shear-content .preview-box-parcel {
  display: inline-block;
  width: 228px;
  height: 450px;
  position: absolute;
  right: 0;
  padding: 4px 14px;
}

.shear-content .preview-box-parcel p {
  color: #555;
}

.shear-preview {
  width: 200px;
  height: 200px;
  overflow: hidden;
}

.shear-content .preview-box-parcel .square {
  margin-top: 10px;
  border: solid 1px #ddd;
}

.shear-content .shear-content-three {
  width: 100%;
  height: 40px;
  border-top: 1px solid #ddd;
  padding-top: 24px;
  margin-right: 40px;
}

.shear-content .shear-btn {
  cursor: pointer;
  display: inline-block;
  outline: none;
  resize: none;
  border: none;
  padding: 5px 10px;
  background: #22baa0;
  color: #fff;
  border: solid 1px #22baa0;
  border-radius: 3px;
  font-size: 14px;
  float: right;
  margin-right: 40px;
}

.shear-content .shear-btn:hover {
  background: #22baa0;
}