@charset "UTF-8";
.ta-m-0 {
  margin: 0px !important;
}
.ta-mt-0 {
  margin-top: 0px !important;
}
.ta-ml-0 {
  margin-left: 0px !important;
}
.ta-mr-0 {
  margin-right: 0px !important;
}
.ta-mb-0 {
  margin-bottom: 0px !important;
}
.ta-m-5 {
  margin: 5px !important;
}
.ta-mt-5 {
  margin-top: 5px !important;
}
.ta-ml-5 {
  margin-left: 5px !important;
}
.ta-mr-5 {
  margin-right: 5px !important;
}
.ta-mb-5 {
  margin-bottom: 5px !important;
}
.ta-m-10 {
  margin: 10px !important;
}
.ta-mt-10 {
  margin-top: 10px !important;
}
.ta-ml-10 {
  margin-left: 10px !important;
}
.ta-mr-10 {
  margin-right: 10px !important;
}
.ta-mb-10 {
  margin-bottom: 10px !important;
}
.ta-m-15 {
  margin: 15px !important;
}
.ta-mt-15 {
  margin-top: 15px !important;
}
.ta-ml-15 {
  margin-left: 15px !important;
}
.ta-mr-15 {
  margin-right: 15px !important;
}
.ta-mb-15 {
  margin-bottom: 15px !important;
}
.ta-m-20 {
  margin: 20px !important;
}
.ta-mt-20 {
  margin-top: 20px !important;
}
.ta-ml-20 {
  margin-left: 20px !important;
}
.ta-mr-20 {
  margin-right: 20px !important;
}
.ta-mb-20 {
  margin-bottom: 20px !important;
}
.ta-m-25 {
  margin: 25px !important;
}
.ta-mt-25 {
  margin-top: 25px !important;
}
.ta-ml-25 {
  margin-left: 25px !important;
}
.ta-mr-25 {
  margin-right: 25px !important;
}
.ta-mb-25 {
  margin-bottom: 25px !important;
}
.ta-m-30 {
  margin: 30px !important;
}
.ta-mt-30 {
  margin-top: 30px !important;
}
.ta-ml-30 {
  margin-left: 30px !important;
}
.ta-mr-30 {
  margin-right: 30px !important;
}
.ta-mb-30 {
  margin-bottom: 30px !important;
}
.ta-m-40 {
  margin: 40px !important;
}
.ta-mt-40 {
  margin-top: 40px !important;
}
.ta-ml-40 {
  margin-left: 40px !important;
}
.ta-mr-40 {
  margin-right: 40px !important;
}
.ta-mb-40 {
  margin-bottom: 40px !important;
}
.ta-p-0 {
  padding: 0px !important;
}
.ta-pt-0 {
  padding-top: 0px !important;
}
.ta-pl-0 {
  padding-left: 0px !important;
}
.ta-pr-0 {
  padding-right: 0px !important;
}
.ta-pb-0 {
  padding-bottom: 0px !important;
}
.ta-p-5 {
  padding: 5px !important;
}
.ta-pt-5 {
  padding-top: 5px !important;
}
.ta-pl-5 {
  padding-left: 5px !important;
}
.ta-pr-5 {
  padding-right: 5px !important;
}
.ta-pb-5 {
  padding-bottom: 5px !important;
}
.ta-p-10 {
  padding: 10px !important;
}
.ta-pt-10 {
  padding-top: 10px !important;
}
.ta-pl-10 {
  padding-left: 10px !important;
}
.ta-pr-10 {
  padding-right: 10px !important;
}
.ta-pb-10 {
  padding-bottom: 10px !important;
}
.ta-p-15 {
  padding: 15px !important;
}
.ta-pt-15 {
  padding-top: 15px !important;
}
.ta-pl-15 {
  padding-left: 15px !important;
}
.ta-pr-15 {
  padding-right: 15px !important;
}
.ta-pb-15 {
  padding-bottom: 15px !important;
}
.ta-p-20 {
  padding: 20px !important;
}
.ta-pt-20 {
  padding-top: 20px !important;
}
.ta-pl-20 {
  padding-left: 20px !important;
}
.ta-pr-20 {
  padding-right: 20px !important;
}
.ta-pb-20 {
  padding-bottom: 20px !important;
}
.ta-p-25 {
  padding: 25px !important;
}
.ta-pt-25 {
  padding-top: 25px !important;
}
.ta-pl-25 {
  padding-left: 25px !important;
}
.ta-pr-25 {
  padding-right: 25px !important;
}
.ta-pb-25 {
  padding-bottom: 25px !important;
}
.ta-p-30 {
  padding: 30px !important;
}
.ta-pt-30 {
  padding-top: 30px !important;
}
.ta-pl-30 {
  padding-left: 30px !important;
}
.ta-pr-30 {
  padding-right: 30px !important;
}
.ta-pb-30 {
  padding-bottom: 30px !important;
}
.ta-p-40 {
  padding: 40px !important;
}
.ta-pt-40 {
  padding-top: 40px !important;
}
.ta-pl-40 {
  padding-left: 40px !important;
}
.ta-pr-40 {
  padding-right: 40px !important;
}
.ta-pb-40 {
  padding-bottom: 40px !important;
}
.flex {
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.flex-1 {
  flex: 1;
}
.flex-2 {
  flex: 2;
}
.flex-3 {
  flex: 3;
}
.flex-4 {
  flex: 4;
}
.flex-5 {
  flex: 5;
}
.flex-x {
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.flex-x-center {
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-y {
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.flex-y-center {
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-center {
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-between {
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.flex-inline {
  display: inline-flex;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-wrap-no {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-wrap-rev {
  -ms-flex-wrap: wrap-reverse;
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.flex-direction-row {
  -webkit-box-orient: vertical;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.flex-direction-rowreverse {
  -webkit-box-orient: vertical;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-direction-column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.flex-direction-column-reverse {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-align-start {
  -ms-flex-align: flex-start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.flex-align-end {
  -ms-flex-align: flex-end;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.flex-align-center {
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-justify-start {
  -ms-flex-pack: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-justify-center {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-justify-end {
  -ms-flex-pack: flex-end;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-justify-space-between {
  -ms-flex-pack: space-between;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-justify-space-around {
  -ms-flex-pack: space-around;
  -webkit-box-pack: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.flex-justify-space-evenly {
  -ms-flex-pack: space-evenly;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
}
.fixed {
  position: fixed !important;
}
.absolute {
  position: absolute !important;
}
.absolute-full {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.relative {
  position: relative !important;
}
.headimg {
  width: 33px;
  height: 33px;
  display: inline-block;
  margin-right: 5px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background: none no-repeat center center;
  vertical-align: middle;
  background-size: cover;
}
.headimg-no {
  border: none;
  box-shadow: none;
  border-radius: 2px;
}
.headimg-ss {
  width: 20px;
  height: 20px;
}
.headimg-xs {
  width: 25px;
  height: 25px;
}
.headimg-sm {
  width: 40px;
  height: 40px;
}
.headimg-md {
  width: 55px;
  height: 55px;
}
.headimg-lg {
  width: 82px;
  height: 82px;
}
.headimg > img {
  width: 110%;
  height: 110%;
  max-width: 110%;
  max-height: 110%;
  margin: -5% 0 0 -5%;
}
.headimg + * {
  vertical-align: middle;
}
.notdata {
  padding: 15px;
  display: block;
  font-size: 13px;
  text-align: center;
  line-height: 22px;
  border-radius: 3px;
  letter-spacing: 1px;
  background-color: #f2f2f2;
  border: 1px solid #EEE;
}
.notselect {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.transition {
  transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.overhide {
  overflow: hidden !important;
}
.overauto {
  overflow: auto !important;
}
.pointer {
  cursor: pointer !important;
}
.nowrap {
  white-space: nowrap !important;
}
.shadow {
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
}
.shadow-none {
  box-shadow: none !important;
}
.shadow-mini {
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
}
.shadow-inset {
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1) inset;
}
.block {
  display: block !important;
}
.inline-block {
  display: inline-block !important;
}
.help-block {
  color: #999;
  font-size: 12px;
}
.help-label {
  color: #999 !important;
  font-size: 12px;
}
.help-label b {
  color: #090 !important;
  font-size: 14px;
  margin-right: 5px !important;
}
.help-checks:not(td) {
  padding: 5px 0 5px 5px;
  min-height: unset;
  line-height: 34px;
  border-radius: 3px;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.help-checks:not(td).layui-input {
  padding: 1px 0 1px 5px;
}
.help-images:not(td) {
  padding: 10px 0 0 10px !important;
  min-height: unset;
  border-radius: 3px;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.help-images:not(td) .uploadimage {
  margin: 0 10px 10px 0;
}
/*! 搜索表单样式 */
.form-search .layui-btn {
  height: 32px;
  padding: 0 10px;
  font-size: 13px;
  line-height: 32px;
}
.form-search .layui-btn .layui-icon {
  font-size: 15px;
}
.form-search .layui-form-item {
  white-space: nowrap;
  margin-right: 8px;
  margin-bottom: 10px;
  border: 1px solid #EEE;
}
.form-search .layui-form-item:last-child {
  border: none;
}
.form-search .layui-form-item .layui-form-label {
  width: auto !important;
  border: none;
  height: 30px;
  padding: 0 8px;
  line-height: 32px;
  border-right: 1px solid #EEE;
}
.form-search .layui-form-item .layui-input-inline {
  width: 150px;
  margin: 0 !important;
  display: inline-block !important;
}
.form-search .layui-form-item .layui-input-inline input,
.form-search .layui-form-item .layui-input-inline select {
  width: 100%;
  height: 30px;
  padding: 0 8px;
  line-height: 32px;
  border-width: 0;
}
.form-search .layui-form-item .layui-form-select dl {
  top: 31px;
  padding: 0;
  border-width: 0;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-search + .layui-table {
  margin-top: 0 !important;
}
/* 自定义表格行高 */
table[data-line] + div tbody .layui-table-cell {
  line-height: 21px;
  padding-top: 10px;
  padding-bottom: 2px;
}
table[data-line] + div tbody .layui-table-cell .headimg.pull-left {
  margin-top: 4px;
}
table[data-line] + div tbody .layui-table-cell.laytable-cell-checkbox {
  line-height: 44px;
}
table[data-line] + div tbody .layui-table-cell .layui-btn {
  margin-top: 6px;
}
table[data-line='2'] + div tbody .layui-table-cell {
  height: 60px;
}
table[data-line='2'] + div tbody .layui-table-cell .layui-badge-middle {
  line-height: 16px;
}
table[data-line='2'] + div tbody .layui-table-cell.laytable-cell-checkbox {
  line-height: 40px;
}
table[data-line='3'] + div tbody .layui-table-cell {
  height: 80px;
}
table[data-line='3'] + div tbody .layui-table-cell .layui-badge-middle {
  line-height: 17px;
}
table[data-line='3'] + div tbody .layui-table-cell.laytable-cell-checkbox {
  line-height: 60px;
}
.layui-table-tips .layui-table-tips-main {
  font-size: 12px;
  padding-top: 10px;
  line-height: 21px;
}
.layui-table-tips .layui-table-tips-main .headimg.pull-left {
  margin-top: 4px;
}
/* 表单验证异常提示 */
.label-required-prev:before {
  color: red;
  width: 0.5em;
  content: '*';
  margin: -2px 0 0 -0.55em;
  display: inline-block;
  position: absolute;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  line-height: 1.6em;
}
.label-required:after,
.label-required-next:after {
  top: 6px;
  right: 5px;
  color: red;
  content: '*';
  position: absolute;
  margin-left: 4px;
  font-weight: 700;
  line-height: 1.8em;
}
.label-required-null:before {
  content: none !important;
}
/** 手机盒子及微信菜单 */
.mobile-preview {
  width: 317px;
  height: 580px;
  position: relative;
  background: url(../img/wechat/mobile_head.png) no-repeat 0 0;
  border-radius: 3px;
}
.mobile-preview .mobile-header {
  color: #fff;
  width: auto;
  margin: 0 30px;
  overflow: hidden;
  font-size: 15px;
  padding-top: 30px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-wrap: normal;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
  -webkit-pointer-events: none;
}
.mobile-preview .mobile-body {
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: #F5F5F5;
  border: 1px solid #666;
  border-radius: 0 0 3px 3px;
}
.mobile-preview .mobile-body iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.mobile-preview .mobile-footer {
  left: 1px;
  right: 1px;
  bottom: 1px;
  position: absolute;
  padding-left: 44px;
  border-top: 1px solid #d0d0d0;
  background: url(../img/wechat/mobile_foot.png) no-repeat 0 0;
  border-radius: 0 0 3px 3px;
}
.mobile-preview .mobile-footer li {
  float: left;
  width: 33.33%;
  position: relative;
  text-align: center;
  line-height: 50px;
}
.mobile-preview .mobile-footer li a {
  width: auto;
  color: #616161;
  display: block;
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
}
.mobile-preview .mobile-footer li a span:after {
  content: '';
  display: inline-block;
}
.mobile-preview .mobile-footer li a:after {
  top: -1px;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #d0d0d0;
  margin: 0 0 0 -1px;
  z-index: 10;
  content: '';
  display: block;
  position: absolute;
}
.mobile-preview .mobile-footer li a.active:after {
  border: 1px solid #44b549;
  box-shadow: 0 0 3px #44b549;
  z-index: 11;
}
.mobile-preview .mobile-footer li a:hover {
  background: rgba(0, 0, 0, 0.02);
}
.mobile-preview .mobile-footer li > .close {
  top: 1px;
  right: 1px;
  width: 18px;
  height: 18px;
  display: none;
  cursor: pointer;
  position: absolute;
  z-index: 13;
  text-align: center;
  line-height: 18px;
}
.mobile-preview .mobile-footer li:hover > .close {
  display: inline-block;
  background: none !important;
}
.mobile-preview .mobile-footer li:hover > .close:hover {
  color: #C33 !important;
}
.mobile-preview .mobile-footer .icon-add,
.mobile-preview .mobile-footer .icon-sub {
  display: inline-block;
  vertical-align: middle;
}
.mobile-preview .mobile-footer .icon-add::before,
.mobile-preview .mobile-footer .icon-sub::before {
  content: none;
}
.mobile-preview .mobile-footer .icon-add {
  width: 14px;
  height: 14px;
  background: url(../img/wechat/index.png) 0 0 no-repeat;
}
.mobile-preview .mobile-footer .icon-sub {
  width: 7px;
  height: 7px;
  margin-right: 2px;
  background: url(../img/wechat/index.png) 0 -3pc no-repeat;
}
.mobile-preview .mobile-footer .sub-menu {
  width: 100%;
  bottom: 60px;
  display: block;
  position: absolute;
  margin-bottom: -1px;
  background-color: #fafafa;
}
.mobile-preview .mobile-footer .sub-menu ul li {
  width: 100%;
  padding: 0;
}
.mobile-preview .mobile-footer .sub-menu ul li > .close {
  top: 0;
}
.mobile-preview .mobile-footer .sub-menu ul li a:after {
  margin: -1px 0 1px 0;
}
.mobile-preview .mobile-footer .arrow {
  left: 50%;
  position: absolute;
  margin-left: -6px;
}
.mobile-preview .mobile-footer .arrow_in,
.mobile-preview .mobile-footer .arrow_out {
  width: 0;
  height: 0;
  z-index: 10;
  border: 6px dashed transparent;
  display: inline-block;
  border-top-style: solid;
  border-bottom-width: 0;
}
.mobile-preview .mobile-footer .arrow_in {
  bottom: -4px;
  z-index: 11;
  border-top-color: #fafafa;
}
.mobile-preview .mobile-footer .arrow_out {
  bottom: -5px;
  z-index: 10;
  border-top-color: #d0d0d0;
}
/*! 重置 Iframe 页面样式 */
.iframe-pagination {
  padding: 20px;
}
.iframe-pagination:not(.not-footer):after {
  content: '';
  height: 30px;
  display: block;
}
.iframe-pagination .pagination-container {
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px 20px;
  position: fixed;
  background: #fff;
  border-top: 1px solid #ddd;
}
.think-elips-1 {
  display: -webkit-box;
  overflow: hidden;
  line-height: 1.4em;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
}
.think-elips-2 {
  display: -webkit-box;
  overflow: hidden;
  line-height: 1.4em;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.think-elips-3 {
  display: -webkit-box;
  overflow: hidden;
  line-height: 1.4em;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
}
.think-elips-4 {
  display: -webkit-box;
  overflow: hidden;
  line-height: 1.4em;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  -webkit-line-clamp: 4;
}
.think-elips-5 {
  display: -webkit-box;
  overflow: hidden;
  line-height: 1.4em;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  line-clamp: 5;
  -webkit-line-clamp: 5;
}
.think-box-shadow {
  padding: 20px !important;
  background: #fff !important;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.think-box-shadow > .layui-card {
  box-shadow: none;
}
.think-box-notify {
  display: block;
  padding: 15px 20px;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  background: #FFF;
  line-height: 1.4em;
  margin-bottom: 10px;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.think-box-notify[type] {
  border-left: 6px solid #16baaa;
}
.think-box-notify[type=info] {
  border-left: 6px solid #31bdec;
}
.think-box-notify[type=error] {
  border-left: 6px solid #ff5722;
}
.think-box-notify[type=success] {
  border-left: 6px solid #16b777;
}
.think-box-notify > b {
  font-size: 15px;
}
.think-box-notify > .layui-card {
  box-shadow: none;
}
.think-page-loader {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1999;
  position: fixed;
  text-align: center;
  background-color: #EFEFEF;
}
.think-page-loader .loader {
  top: 50%;
  width: 50px;
  height: 50px;
  margin: -35px 0 0 -35px;
  z-index: 999999;
  display: inline-block;
  position: fixed;
  background-color: #EFEFEF;
}
.think-page-loader .loader:before {
  top: 59px;
  left: 0;
  width: 50px;
  height: 7px;
  opacity: 0.1;
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: #000;
  animation: shadow 0.5s linear infinite;
}
.think-page-loader .loader:after {
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  content: "";
  position: absolute;
  border-radius: 3px;
  background-color: #5FB878;
  animation: loading 0.5s linear infinite;
}
.input-right-icon {
  top: 1px;
  right: 1px;
  color: #098;
  width: 36px;
  height: 36px;
  display: inline-block;
  position: absolute;
  background: #E9E9E9;
  text-align: center;
  line-height: 38px;
}
.input-right-icon:hover {
  color: #009080;
  background: #E0E0E0;
}
[data-tips-image] {
  cursor: zoom-in !important;
}
[data-lazy-src] {
  overflow: hidden;
  position: relative;
  background: none no-repeat center center;
  vertical-align: middle;
  background-size: cover;
}
.pace-inactive {
  display: none;
}
.pace-progress {
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
  z-index: 2000;
  position: fixed;
  background: #22df80;
}
input:not(.layui-hide,[type=hidden]) + .uploadimage,
input:not(.layui-hide,[type=hidden]) + span + .uploadimage {
  margin-top: 5px;
}
.uploadimage {
  width: 76px;
  height: 76px;
  cursor: pointer;
  display: inline-block;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  background: none no-repeat center center;
  vertical-align: middle;
  background-size: cover;
  transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  background-image: url('../img/upimg.png');
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}
.uploadimage.uploadvideo {
  background-color: #223;
  background-image: url('../img/upvideo.png');
}
.uploadimage > span:first-child {
  left: 50%;
  height: 20px;
  bottom: 4px;
  z-index: 3;
  display: none;
  position: absolute;
  margin-left: -33px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}
.uploadimage > span:first-child .layui-icon {
  color: #fff;
  width: 22px;
  float: left;
  height: 20px;
  text-align: center;
  line-height: 22px;
  background: rgba(0, 0, 0, 0.75);
}
.uploadimage > span:first-child .layui-icon:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.uploadimage > span:first-child .layui-icon:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.uploadimage:hover > span:first-child {
  display: block;
}
.uploadimage > span[data-file] {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 2;
}
.uploadimagemtl {
  margin-right: 10px;
}
.uploadimagemtl > div {
  top: 4px;
  left: 50%;
  display: none;
  position: absolute;
  white-space: nowrap;
  margin-left: -33px;
}
.uploadimagemtl > div a {
  color: #EEE;
  width: 22px;
  height: 20px;
  display: inline-block;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.8);
}
.uploadimagemtl > div a:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.uploadimagemtl > div a:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.uploadimagemtl:hover > div {
  cursor: pointer;
  display: inline-block;
}
.uploadimagemtl:hover > div a:hover {
  color: #FFF;
  text-decoration: none;
}
.upload-image-smbox .uploadimage,
.upload-image-mdbox .uploadimage,
.upload-image-lgbox .uploadimage {
  margin-bottom: 10px;
}
.upload-image-smbox .uploadimage a,
.upload-image-mdbox .uploadimage a,
.upload-image-lgbox .uploadimage a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.upload-image-smbox .uploadimage {
  width: 120px;
  height: 120px;
}
.upload-image-mdbox .uploadimage {
  width: 180px;
  height: 180px;
}
.upload-image-lgbox .uploadimage {
  width: 240px;
  height: 240px;
}
button.layui-btn:not([type=button]) {
  overflow: hidden;
  position: relative;
}
button.layui-btn:not([type=button])::before {
  content: '';
  position: absolute;
}
button.layui-btn:not([type=button])::after {
  filter: alpha(opacity=0);
  opacity: 0;
  content: '\e63d';
  position: absolute;
}
button.layui-btn:not([type=button]).submit-button-loading {
  cursor: pointer;
}
button.layui-btn:not([type=button]).submit-button-loading::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
}
button.layui-btn:not([type=button]).submit-button-loading::after {
  left: 50%;
  filter: alpha(opacity=100);
  opacity: 1;
  margin-left: -8px;
  font-family: layui-icon !important;
  font-size: 15px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e63d";
  animation-name: layui-rotate;
  -webkit-animation-name: layui-rotate;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
/* 图片选择器样式 */
.image-dialog-head {
  clear: both;
  height: 30px;
  padding: 10px 12px;
}
.image-dialog-body {
  height: 470px;
  display: flex;
  flex-wrap: wrap;
  background: #EFEFEF;
  padding-top: 12px;
  padding-left: 12px;
  align-content: flex-start;
}
.image-dialog-item {
  z-index: 1;
  overflow: hidden;
  position: relative;
  margin-right: 12px;
  margin-bottom: 12px;
  border-radius: 3px;
}
.image-dialog-item:hover .image-dialog-item-close {
  display: flex !important;
}
.image-dialog-item .uploadimage {
  margin: 0;
  width: 145px;
  height: 145px;
  background-color: #fff;
}
.image-dialog-item-tool {
  top: 0;
  left: 0;
  right: 0;
  padding: 4px;
  display: flex;
  position: absolute;
}
.image-dialog-item-type,
.image-dialog-item-size {
  padding: 3px 5px;
  font-size: 11px;
  line-height: 12px;
  margin-right: 3px;
}
.image-dialog-item-type,
.image-dialog-item-size,
.image-dialog-item-close {
  color: #fafafa;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 18px;
}
.image-dialog-item-close {
  top: 4px;
  right: 4px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: none;
  position: absolute;
  font-size: 14px;
  background: rgba(238, 10, 10, 0.8);
  font-weight: bold;
  align-items: center;
  justify-content: center;
}
.image-dialog-item-close:hover {
  color: #FFF;
}
.image-dialog-item-name {
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  padding: 3px 10px;
  position: absolute;
  text-align: center;
  line-height: 1.5em;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.6);
}
.image-dialog-foot {
  padding: 0 12px;
}
.image-dialog-page {
  height: 50px;
  text-align: center;
}
.image-dialog-page .layui-laypage a,
.image-dialog-page .layui-laypage span {
  margin-bottom: 0;
}
.image-dialog-button {
  right: 10px;
  bottom: 6px;
  position: absolute;
  z-index: 2;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.image-dialog-checked:after,
.image-dialog-checked:before {
  z-index: 2;
  cursor: pointer;
  content: '';
  display: block;
  position: absolute;
}
.image-dialog-checked:after {
  top: -25px;
  right: -25px;
  width: 50px;
  height: 50px;
  transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  background-color: rgba(56, 169, 225, 0.8);
}
.image-dialog-checked:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 4px solid rgba(56, 169, 225, 0.8);
}
.portal-block-container {
  font-size: 14px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.portal-block-container .portal-block-icon {
  top: 25%;
  right: 30px;
  position: absolute;
  font-size: 65px;
  color: rgba(255, 255, 255, 0.2);
}
.portal-block-container .portal-block-item {
  color: #fff;
  padding: 15px 25px;
  position: relative;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
  line-height: 3em;
  text-shadow: 1px 1px 2px rgba(50, 50, 50, 0.8);
  border-radius: 3px;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.portal-block-container .portal-block-item > div:nth-child(1),
.portal-block-container .portal-block-item-name {
  font-size: 16px;
  font-weight: bold;
}
.portal-block-container .portal-block-item > div:nth-child(2),
.portal-block-container .portal-block-item-numb {
  display: inline;
  font-size: 46px;
  line-height: 46px;
}
.portal-block-container .portal-block-item-unit {
  display: inline;
  position: absolute;
  font-size: 12px;
  margin-top: 10px;
  margin-left: 10px;
}
.portal-block-container .portal-block-item-desc {
  font-size: 13px;
  line-height: 2em;
}
label.think-radio,
label.think-checkbox {
  cursor: pointer;
  display: inline-block;
  margin: 8px 10px 8px 6px;
}
label.think-radio[data-width],
label.think-checkbox[data-width] {
  width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
label.think-radio[data-width^="150"],
label.think-checkbox[data-width^="150"] {
  width: 150px;
}
label.think-radio[data-width^="200"],
label.think-checkbox[data-width^="200"] {
  width: 200px;
}
.think-radio,
.think-checkbox {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  margin-top: 10px;
  font-weight: 400;
  line-height: 16px;
}
.think-radio input[type=radio],
.think-checkbox input[type=radio],
.think-radio input[type=checkbox],
.think-checkbox input[type=checkbox] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  border: 1px solid #CCC;
  overflow: hidden;
  position: relative;
  background: #fff;
  margin-right: 5px;
  vertical-align: bottom;
  display: inline-block !important;
  box-sizing: border-box !important;
  appearance: none;
  -webkit-appearance: none;
}
.think-radio input[type=radio]:checked,
.think-checkbox input[type=radio]:checked,
.think-radio input[type=checkbox]:checked,
.think-checkbox input[type=checkbox]:checked {
  border-color: #009688;
}
.think-radio input[type=radio]:checked:after,
.think-checkbox input[type=radio]:checked:after,
.think-radio input[type=checkbox]:checked:after,
.think-checkbox input[type=checkbox]:checked:after {
  display: block;
  position: relative;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: layui-fadein;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-name: layui-fadein;
}
.think-radio input[type=radio],
.think-checkbox input[type=radio] {
  border-radius: 1em;
}
.think-radio input[type=radio]:checked:after,
.think-checkbox input[type=radio]:checked:after {
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  cursor: pointer;
  content: '';
  background: #009688;
  border-radius: 1em;
}
.think-radio input[type=checkbox],
.think-checkbox input[type=checkbox] {
  border-radius: 1px;
}
.think-radio input[type=checkbox]:checked:after,
.think-checkbox input[type=checkbox]:checked:after {
  color: #009688;
  cursor: pointer;
  padding: 2px;
  content: "\e605";
  font-family: layui-icon !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
}
.pagination-container {
  margin-top: 20px;
  line-height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.pagination-container span {
  color: #666;
  font-size: 9pt;
}
.pagination-container select {
  border: 1px solid #DDD;
}
.pagination-container ul {
  float: right;
  height: 30px;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.pagination-container ul li {
  z-index: 1;
  height: 30px;
  line-height: 30px;
  display: inline-block;
}
.pagination-container ul li a,
.pagination-container ul li span {
  color: #333;
  width: 30px;
  height: 30px;
  border: 1px solid #EEE;
  overflow: hidden;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  margin-right: 3px;
  display: inline-block;
  box-sizing: border-box;
}
.pagination-container ul li span {
  cursor: default;
  background: #DCDCDC;
}
.pagination-container ul li a:hover {
  border-color: #009688;
}
.pagination-container ul li.active {
  z-index: 2;
}
.pagination-container ul li.active span {
  color: #fff;
  border-color: #009688;
  background: #009688 !important;
}
.pagination-container ul li.disabled span {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.pagination-container ul li:last-child a,
.pagination-container ul li:first-child a,
.pagination-container ul li:last-child span,
.pagination-container ul li:first-child span {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}
.hr-line-dashed {
  color: #fff;
  height: 1px;
  margin: 15px 0;
  background-color: #fff;
  border-top: 1px dashed #e7eaec;
}
.hr-line-solid {
  margin-top: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e7eaec;
  background-color: rgba(0, 0, 0, 0);
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.full {
  width: 100% !important;
  height: 100% !important;
}
.full-width {
  width: 100% !important;
}
.full-height {
  height: 100% !important;
}
.sub-span-red span {
  color: #e44;
}
.sub-span-blue span {
  color: #29f;
}
.sub-span-desc span {
  color: #999;
}
.sub-span-text span {
  color: #333;
}
.sub-span-green span {
  color: #090;
}
.color-red {
  color: #e44 !important;
}
.color-blue {
  color: #29f !important;
}
.color-desc {
  color: #999 !important;
}
.color-text {
  color: #333 !important;
}
.color-green {
  color: #090 !important;
}
.sub-strong-red b {
  color: #e44;
}
.sub-strong-blue b {
  color: #29f;
}
.sub-strong-desc b {
  color: #999;
}
.sub-strong-text b {
  color: #333;
}
.sub-strong-green b {
  color: #090;
}
.sub-strong-s10 b {
  font-size: 10px;
}
.sub-strong-s12 b {
  font-size: 12px;
}
.sub-strong-s14 b {
  font-size: 14px;
}
.think-bg-red {
  color: #FFF;
  background: linear-gradient(-125deg, #ff7d7d, #fb2c95) !important;
}
.think-bg-none {
  background: none !important;
}
.think-bg-gray {
  color: #333;
  background: linear-gradient(-113deg, #EEEEEE, #EEEEEE) !important;
}
.think-bg-blue {
  color: #FFF;
  background: linear-gradient(-125deg, #57bdbf, #2f9de2) !important;
}
.think-bg-orig {
  color: #FFF;
  background: linear-gradient(-141deg, #ecca1b, #f39526) !important;
}
.think-bg-violet {
  color: #FFF;
  background: linear-gradient(-113deg, #c543d8, #925cc3) !important;
}
.think-bg-white {
  color: #333;
  background: white !important;
}
.text-top {
  vertical-align: top !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-middle {
  vertical-align: middle !important;
}
.text-bottom {
  vertical-align: bottom !important;
}
.font-code {
  font-family: 'Courier New', 'Lucida Console', 'Consolas', 'Helvetica Neue', 'Helvetica', 'PingFang SC', 'Tahoma', 'Arial', sans-serif;
}
.font-s10 {
  font-size: 10px !important;
}
.font-s11 {
  font-size: 11px !important;
}
.font-s12 {
  font-size: 12px !important;
}
.font-s13 {
  font-size: 13px !important;
}
.font-s14 {
  font-size: 14px !important;
}
.font-s15 {
  font-size: 15px !important;
}
.font-s16 {
  font-size: 16px !important;
}
.font-s18 {
  font-size: 18px !important;
}
.font-s20 {
  font-size: 20px !important;
}
.font-s30 {
  font-size: 30px !important;
}
.font-s40 {
  font-size: 40px !important;
}
.font-w1 {
  font-weight: 100 !important;
}
.font-w2 {
  font-weight: 200 !important;
}
.font-w3 {
  font-weight: 300 !important;
}
.font-w4 {
  font-weight: 400 !important;
}
.font-w5 {
  font-weight: 500 !important;
}
.font-w6 {
  font-weight: 600 !important;
}
.font-w7 {
  font-weight: 700 !important;
}
.font-w8 {
  font-weight: 800 !important;
}
.font-w9 {
  font-weight: 900 !important;
}
.border-0 {
  border: 0 !important;
}
.border-line {
  border: 1px solid #EEE;
}
.border-bottom-line {
  border-bottom: 1px solid #EEE;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-radius {
  border-radius: 50% !important;
}
.border-radius-0 {
  border-radius: 0 !important;
}
.border-radius-5 {
  border-radius: 5px !important;
}
.border-radius-6 {
  border-radius: 6px !important;
}
.border-radius-left-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.border-radius-right-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.margin-0 {
  margin: 0px !important;
}
.margin-row-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.margin-col-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.margin-top-0 {
  margin-top: 0px !important;
}
.margin-left-0 {
  margin-left: 0px !important;
}
.margin-right-0 {
  margin-right: 0px !important;
}
.margin-bottom-0 {
  margin-bottom: 0px !important;
}
.margin-5 {
  margin: 5px !important;
}
.margin-row-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.margin-col-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.margin-top-5 {
  margin-top: 5px !important;
}
.margin-left-5 {
  margin-left: 5px !important;
}
.margin-right-5 {
  margin-right: 5px !important;
}
.margin-bottom-5 {
  margin-bottom: 5px !important;
}
.margin-10 {
  margin: 10px !important;
}
.margin-row-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.margin-col-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.margin-top-10 {
  margin-top: 10px !important;
}
.margin-left-10 {
  margin-left: 10px !important;
}
.margin-right-10 {
  margin-right: 10px !important;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.margin-15 {
  margin: 15px !important;
}
.margin-row-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.margin-col-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.margin-top-15 {
  margin-top: 15px !important;
}
.margin-left-15 {
  margin-left: 15px !important;
}
.margin-right-15 {
  margin-right: 15px !important;
}
.margin-bottom-15 {
  margin-bottom: 15px !important;
}
.margin-20 {
  margin: 20px !important;
}
.margin-row-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.margin-col-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-left-20 {
  margin-left: 20px !important;
}
.margin-right-20 {
  margin-right: 20px !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.margin-25 {
  margin: 25px !important;
}
.margin-row-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}
.margin-col-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.margin-top-25 {
  margin-top: 25px !important;
}
.margin-left-25 {
  margin-left: 25px !important;
}
.margin-right-25 {
  margin-right: 25px !important;
}
.margin-bottom-25 {
  margin-bottom: 25px !important;
}
.margin-30 {
  margin: 30px !important;
}
.margin-row-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}
.margin-col-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.margin-top-30 {
  margin-top: 30px !important;
}
.margin-left-30 {
  margin-left: 30px !important;
}
.margin-right-30 {
  margin-right: 30px !important;
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
}
.margin-40 {
  margin: 40px !important;
}
.margin-row-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}
.margin-col-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.margin-top-40 {
  margin-top: 40px !important;
}
.margin-left-40 {
  margin-left: 40px !important;
}
.margin-right-40 {
  margin-right: 40px !important;
}
.margin-bottom-40 {
  margin-bottom: 40px !important;
}
.padding-0 {
  padding: 0px !important;
}
.padding-row-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.padding-col-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.padding-top-0 {
  padding-top: 0px !important;
}
.padding-left-0 {
  padding-left: 0px !important;
}
.padding-right-0 {
  padding-right: 0px !important;
}
.padding-bottom-0 {
  padding-bottom: 0px !important;
}
.padding-5 {
  padding: 5px !important;
}
.padding-row-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.padding-col-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.padding-top-5 {
  padding-top: 5px !important;
}
.padding-left-5 {
  padding-left: 5px !important;
}
.padding-right-5 {
  padding-right: 5px !important;
}
.padding-bottom-5 {
  padding-bottom: 5px !important;
}
.padding-10 {
  padding: 10px !important;
}
.padding-row-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.padding-col-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.padding-top-10 {
  padding-top: 10px !important;
}
.padding-left-10 {
  padding-left: 10px !important;
}
.padding-right-10 {
  padding-right: 10px !important;
}
.padding-bottom-10 {
  padding-bottom: 10px !important;
}
.padding-15 {
  padding: 15px !important;
}
.padding-row-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.padding-col-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.padding-top-15 {
  padding-top: 15px !important;
}
.padding-left-15 {
  padding-left: 15px !important;
}
.padding-right-15 {
  padding-right: 15px !important;
}
.padding-bottom-15 {
  padding-bottom: 15px !important;
}
.padding-20 {
  padding: 20px !important;
}
.padding-row-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.padding-col-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.padding-top-20 {
  padding-top: 20px !important;
}
.padding-left-20 {
  padding-left: 20px !important;
}
.padding-right-20 {
  padding-right: 20px !important;
}
.padding-bottom-20 {
  padding-bottom: 20px !important;
}
.padding-25 {
  padding: 25px !important;
}
.padding-row-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.padding-col-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.padding-top-25 {
  padding-top: 25px !important;
}
.padding-left-25 {
  padding-left: 25px !important;
}
.padding-right-25 {
  padding-right: 25px !important;
}
.padding-bottom-25 {
  padding-bottom: 25px !important;
}
.padding-30 {
  padding: 30px !important;
}
.padding-row-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.padding-col-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.padding-top-30 {
  padding-top: 30px !important;
}
.padding-left-30 {
  padding-left: 30px !important;
}
.padding-right-30 {
  padding-right: 30px !important;
}
.padding-bottom-30 {
  padding-bottom: 30px !important;
}
.padding-40 {
  padding: 40px !important;
}
.padding-row-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.padding-col-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.padding-top-40 {
  padding-top: 40px !important;
}
.padding-left-40 {
  padding-left: 40px !important;
}
.padding-right-40 {
  padding-right: 40px !important;
}
.padding-bottom-40 {
  padding-bottom: 40px !important;
}
@keyframes loading {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    border-bottom-right-radius: 40px;
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
  }
  75% {
    transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    transform: translateY(0) rotate(90deg);
  }
}
@-webkit-keyframes loading {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    transform: translateY(0) rotate(90deg);
  }
}
@keyframes shadow {
  0%,
  100% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1);
  }
}
@-webkit-keyframes shadow {
  0%,
  100% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1);
  }
}
@media screen and (max-width: 480px) {
  *.el-message-box {
    max-width: 80vw !important;
  }
}
#mobile-base #m-bottom-nav {
  width: 100%;
  position: fixed;
  bottom: 0;
  height: 65px;
  color: #999999;
  background-color: white;
}
#mobile-base #m-bottom-nav .icon {
  width: 25px;
  height: 30px;
  vertical-align: -0.15em;
  fill: #999;
  overflow: hidden;
}
#mobile-base #m-bottom-nav .item.active {
  color: #108ee9;
}
#mobile-base #m-bottom-nav .item.active .icon {
  fill: #108ee9;
}
#mobile-base .echat-b-contact-phone {
  position: fixed;
  right: 10px;
  bottom: 100px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #fff;
  white-space: pre-wrap;
  z-index: 100001;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.15);
  color: #03a3fc;
  text-align: center;
  font-size: 0;
  cursor: pointer;
  line-height: 18px;
}
#mobile-base .banner_ad {
  background: white;
  display: flex;
  position: fixed;
  right: 0;
  bottom: 160px;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 5px;
  width: 135px;
}
#mobile-base .order-main .search a.url-active {
  color: #108ee9;
  background: #dcefff;
}
#mobile-base .order-main .el-divider {
  margin: 10px 0;
  background-color: #f2f2f2;
}
#mobile-base .order-main .search {
  background: white;
  padding: 20px;
}
#mobile-base .order-main .search .filter-item .no-active {
  height: 40px;
  overflow: hidden;
}
#mobile-base .order-main .search .filter-item active {
  height: auto;
  overflow: auto;
}
#mobile-base .order-main .search .filter-item a {
  display: inline-block;
  border-radius: 6px;
  transition: 0.2s ease-in;
  padding: 5px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
}
#mobile-base .order-main .search .filter-item a:hover {
  color: #108ee9;
  background: #dcefff;
}
#mobile-base .order-main .search .filter-item .left {
  white-space: nowrap;
  padding: 5px 10px 0 0;
}
#mobile-base .order-main .crumb {
  margin: 10px 0 10px 0;
}
#mobile-base .order-main .order-list {
  background: white;
}
#mobile-base .order-main .order-list .order-item {
  padding: 15px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f2f2f2;
}
#mobile-base .order-main .order-list .order-item:hover {
  background: white;
  border-radius: 10px;
  transform: scale(1.015);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  transition-duration: 0.5s;
  /* 设置动画完成时间为0.5秒 */
}
#mobile-base .mentor-main .search a.url-active {
  color: #108ee9;
  background: #dcefff;
}
#mobile-base .mentor-main .el-divider {
  margin: 10px 0;
  background-color: #f2f2f2;
}
#mobile-base .mentor-main .search {
  background: white;
  padding: 20px;
}
#mobile-base .mentor-main .search .filter-item .no-active {
  height: 40px;
  overflow: hidden;
}
#mobile-base .mentor-main .search .filter-item active {
  height: auto;
  overflow: auto;
}
#mobile-base .mentor-main .search .filter-item a {
  display: inline-block;
  border-radius: 6px;
  transition: 0.2s ease-in;
  padding: 5px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
}
#mobile-base .mentor-main .search .filter-item a:hover,
#mobile-base .mentor-main .search .filter-item a.url-active {
  color: #108ee9;
  background: #dcefff;
}
#mobile-base .mentor-main .search .filter-item .left {
  white-space: nowrap;
  padding: 5px 10px 0 0;
}
#mobile-base .mentor-main .crumb {
  margin: 10px 0 10px 0;
}
#mobile-base .mentor-main .user-list {
  background: white;
}
#mobile-base .mentor-main .user-list .user-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f2f2f2;
}
#mobile-base .mentor-main .user-list .user-item:hover {
  background: white;
  border-radius: 10px;
  transform: scale(1.015);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  transition-duration: 0.5s;
  /* 设置动画完成时间为0.5秒 */
}
#mobile-base .mentor-main .user-list .user-item .head {
  padding: 10px 10px 10px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#mobile-base .mentor-main .user-list .user-item .head .head_photo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
#mobile-base .user-detail-main .left .info-main {
  padding: 15px;
  background: white;
}
#mobile-base .user-detail-main .left .info-main .title {
  font-size: 18px;
  font-weight: bold;
  color: #108ee9;
  padding: 10px 0;
  margin-bottom: 5px;
  border-bottom: 1px solid #108ee9;
}
#mobile-base .user-detail-main .left .info-main .text {
  line-height: 25px;
  margin-bottom: 20px;
}
#mobile-base .user-detail-main .right {
  width: 23%;
  margin-left: 10px;
}
#mobile-base .user-detail-main .top-info {
  display: flex;
  align-items: center;
  margin: 15px 15px 0 15px;
  background: white;
}
#mobile-base .user-detail-main .top-info .head_photo {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#mobile-base .user-detail-main .top-info .head_photo img {
  border-radius: 50%;
  width: 75px;
  height: 75px;
}
#mobile-base .user-detail-main .top-info .info {
  margin-left: 15px;
}
#mobile-base .user-detail-main.user .function-list {
  border-top: 10px solid #eee;
}
#mobile-base .user-detail-main.user .function-list .item {
  padding: 20px;
  font-weight: bold;
  border-bottom: 1px solid #eee;
}
#mobile-base .user-detail-main.user .function-list .item i {
  font-size: 18px;
}
.debug {
  border: 1px solid red;
}
pre {
  font: 15px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
}
pre img {
  height: auto;
  width: 100%;
}
.hidden1-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
.hidden2-text {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.hidden3-text {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  line-height: 25px;
  word-break: break-all;
}
.hidden4-text {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.hidden5-text {
  text-Orangeverflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  overflow: hidden;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.text_type_1 {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  word-break: break-all;
}
#pc-page {
  margin: 0 auto;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
#pc-page .pagination li {
  border: 1px solid #e6e6e6;
  display: inline-block;
  margin: 3px;
}
#pc-page .pagination .disabled,
#pc-page .pagination .active {
  border: 1px solid #e6e6e6;
  padding: 7px 13px;
  display: inline-block;
  margin: 3px;
}
#pc-page .pagination li a {
  padding: 7px 13px;
  display: block;
  height: 100%;
}
#pc-page .pagination .active {
  background-color: #46A3FF;
  color: #fff;
}
#pc-page .pagination .disabled {
  color: #aaa;
}
#pc-page .pager li {
  border: 1px solid #e6e6e6;
  display: inline-block;
  margin: 3px;
}
#pc-page .pager .disabled,
#pc-page .pager .active {
  border: 1px solid #e6e6e6;
  padding: 7px 13px;
  display: inline-block;
  margin: 3px;
}
#pc-page .pager li a {
  padding: 7px 13px;
  display: block;
  height: 100%;
}
#pc-page .pager .active {
  background-color: #46A3FF;
  color: #fff;
}
#pc-page .pager .disabled {
  color: #aaa;
}
body {
  padding: 0;
  margin: 0;
  background: #f7f7f7;
}
#pc_base header {
  position: sticky;
  top: 0;
  background: white;
  z-index: 9999;
  border-bottom: 2px solid #f1f1f1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  /* 添加阴影效果 */
}
#pc_base header nav {
  height: 60px;
  background: white;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  min-width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
}
#pc_base header nav .main-nav a,
#pc_base header nav .user-info a {
  font-size: 16px;
  padding: 0 15px 0 15px;
  display: inline-block;
  height: 100%;
  color: #888888;
  line-height: 50px;
}
#pc_base header nav .main-nav a:hover,
#pc_base header nav .user-info a:hover {
  color: #fff;
  background: #108ee9;
  border-radius: 5px;
}
#pc_base .banner_ad {
  background: white;
  display: flex;
  position: fixed;
  right: 0;
  top: 100px;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 5px;
  width: 135px;
}
#pc_base .index_item {
  width: 17%;
  border: 1px solid #ebeced;
  box-shadow: 0 0 16px 0 rgba(95, 109, 141, 0.16);
  padding: 25px 30px 25px 30px;
  border-radius: 10px;
}
#pc_base .index_item .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
#pc_base .index_item .content {
  line-height: 20px;
}
#pc_base .order-main .search a.url-active {
  color: #108ee9;
  background: #dcefff;
}
#pc_base .mentor-main {
  width: 1200px;
  margin: 20px auto 0 auto;
}
#pc_base .mentor-main .search {
  background: white;
  padding: 20px;
}
#pc_base .mentor-main .search .filter-item {
  display: flex;
}
#pc_base .mentor-main .search .filter-item a {
  display: inline-block;
  border-radius: 6px;
  transition: 0.2s ease-in;
  padding: 5px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
}
#pc_base .mentor-main .search .filter-item a:hover,
#pc_base .mentor-main .search .filter-item a.url-active {
  color: #108ee9;
  background: #dcefff;
}
#pc_base .mentor-main .search .filter-item .left {
  white-space: nowrap;
  padding: 5px 10px 0 0;
}
#pc_base .mentor-main .crumb {
  margin: 10px 0 10px 0;
}
#pc_base .mentor-main .user-list {
  background: white;
}
#pc_base .mentor-main .user-list .user-item {
  padding: 20px 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f2f2f2;
}
#pc_base .mentor-main .user-list .user-item:hover {
  background: white;
  border-radius: 10px;
  transform: scale(1.015);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  transition-duration: 0.5s;
  /* 设置动画完成时间为0.5秒 */
}
#pc_base .mentor-main .user-list .user-item .head {
  padding: 15px 10px 10px 10px;
  min-width: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#pc_base .mentor-main .user-list .user-item .head .head_photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
#pc_base .order-main {
  width: 1200px;
  margin: 20px auto 0 auto;
}
#pc_base .order-main .search {
  background: white;
  padding: 20px;
}
#pc_base .order-main .search .filter-item {
  display: flex;
}
#pc_base .order-main .search .filter-item a {
  display: inline-block;
  border-radius: 6px;
  transition: 0.2s ease-in;
  padding: 5px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
}
#pc_base .order-main .search .filter-item a:hover {
  color: #108ee9;
  background: #dcefff;
}
#pc_base .order-main .search .filter-item .left {
  white-space: nowrap;
  padding: 5px 10px 0 0;
}
#pc_base .order-main .crumb {
  margin: 10px 0 10px 0;
}
#pc_base .order-main .order-list {
  background: white;
}
#pc_base .order-main .order-list .order-item {
  padding: 15px 20px 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f2f2f2;
}
#pc_base .order-main .order-list .order-item:hover {
  background: white;
  border-radius: 10px;
  transform: scale(1.015);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  transition-duration: 0.5s;
  /* 设置动画完成时间为0.5秒 */
}
#pc_base .user-detail-main {
  width: 99%;
}
#pc_base .user-detail-main .left {
  width: 77%;
}
#pc_base .user-detail-main .left .info-main {
  padding: 20px 40px 50px 40px;
  background: white;
}
#pc_base .user-detail-main .left .info-main .title {
  font-size: 18px;
  font-weight: bold;
  color: #108ee9;
  padding: 10px 0;
  margin-bottom: 5px;
  border-bottom: 1px solid #108ee9;
}
#pc_base .user-detail-main .left .info-main .text {
  line-height: 25px;
  margin-bottom: 20px;
}
#pc_base .user-detail-main .right {
  width: 23%;
  margin-left: 10px;
}
#pc_base .user-detail-main .top-info {
  display: flex;
  align-items: center;
  width: 1040px;
  margin: 10px 0;
  height: 180px;
  background: white;
  padding: 20px;
}
#pc_base .user-detail-main .top-info .head_photo {
  width: 150px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#pc_base .user-detail-main .top-info .head_photo img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
#pc_base .user-detail-main .top-info .info {
  margin-left: 10px;
}
#pc_base .order-detail-main .left {
  padding: 35px;
  background: white;
}
#pc_base .order-detail-main .left h1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#pc_base .order-detail-main .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 23%;
}
#pc_base .order-detail-main .right .right-item {
  background-color: white;
  width: 100%;
}
#pc_base .user-base-item {
  border-radius: 10px;
}
#pc_base .user-base-item .contract {
  padding: 20px;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#pc_base .user-base-item .contract img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
#pc_base .user-base-item a {
  display: block;
  /* 添加 display 属性 */
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
}
#pc_base .user-base-item a:hover {
  background: #b1d7fe;
  color: #308EFF;
}
#pc_base footer {
  border-top: 2px solid #f1f1f1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: white;
}
/*# sourceMappingURL=main.min.css.map */