html,
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Liberation Sans", "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, SimSun, "WenQuanYi Zen Hei Sharp", sans-serif;
}
.bg-null {
  background: transparent !important;
}
.top-ad {
  padding: 0;
}
.modal-dialog {
  border-radius: 12px;
  overflow: hidden;
}
.modal-dialog .modal-header {
  background-color: #47b748;
  color: #fff;
  font-weight: 500;
  padding: 8px 15px;
}
.modal-dialog .modal-header .close {
  box-shadow: none;
  color: #333;
  margin-right: -2px;
  margin-top: -2px;
}
.modal-dialog .modal-footer {
  padding: 8px 15px;
}
.w0 {
  width: 0 !important;
}
.aiu-a {
  text-decoration: none !important;
  color: unset;
}
.aiu-a:hover {
  color: unset !important;
}
/* 进度 */
.success-box-open {
  position: fixed;
  z-index: 2030;
  left: 0;
  top: 0;
  padding: 5px;
  color: #47b749;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: 0.4s;
}
.success-box-open.on {
  left: 400px;
}
.success-box-open.mobile.on {
  left: 260px;
}
.success-box {
  position: fixed;
  top: 0;
  left: -100vw;
  z-index: 2020;
  height: 100vh;
  width: 100vw;
  font-family: "comic sans ms";
  transition: 0.4s;
}
.success-box .mask {
  position: absolute;
  z-index: 2021;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background: rgba(0,0,0,.5); */
}
.success-box.mobile .pages-box {
  width: 260px;
}
.success-box.mobile .pages-box .pages .p-item .flex-item {
  margin-right: 10px;
}
.success-box .pages-box {
  position: relative;
  z-index: 2022;
  width: 400px;
  height: 100vh;
  overflow-y: auto;
  background: #fff;
  padding: 20px;
}
.success-box .pages-box .pages {
  width: 100%;
  height: auto;
}
.success-box .pages-box .pages .p-item {
  margin-bottom: 10px;
  font-size: 15px;
}
.success-box .pages-box .pages .p-item .flex-item {
  color: #47b749;
  margin-right: 40px;
}
.success-box .pages-box .pages .p-item .p-progress {
  width: 40px;
  text-align: right;
  color: #ea644a;
  font-size: 16px;
}
.success-box .pages-box .pro-box-title {
  margin-top: 40px;
  color: #777;
  margin-bottom: 10px;
}
.success-box .pages-box .pro-box .progress {
  margin-right: 20px;
}
.success-box .pages-box .pro-box .num {
  width: 80px;
  text-align: right;
  color: #47b749;
  font-weight: bold;
  font-size: 18px;
}
/* 进度 */
.flex-box {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.flex-box.flex-center {
  justify-content: center;
  align-items: center;
}
.flex-box.flex-center-l {
  justify-content: center;
}
.flex-box.flex-center-r {
  align-items: center;
}
.flex-box .flex-item {
  flex: 1;
}
.flex-box.flex-wrap {
  flex-wrap: wrap;
}
.flex-box.flex-column {
  flex-direction: column;
}
.ml-10 {
  margin-left: 10px !important;
}
/* 需要padding的 */
.pdl-10 {
  padding: 0 10px !important;
}
.pdl-20 {
  padding: 0 20px !important;
}
.pd20 {
  padding: 20px;
}
ul,
ol {
  padding-left: 0;
}
li {
  list-style: none;
}
[aiu-href],
[aiu-href-open] {
  /* cursor: url('../img/mouse-hand.png'), pointer; */
  cursor: pointer;
}
[aiu-href]:hover,
[aiu-href-open]:hover {
  opacity: 0.8;
}
.checkbox-primary.checked > label:after,
.checkbox-primary > input:checked + label:after,
.radio-primary.checked > label:after,
.radio-primary > input:checked + label:after {
  background: #47b749;
}
input[type="checkbox"] {
  display: block;
  text-align: center;
  position: relative;
  cursor: pointer;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
input[type="checkbox"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
}
input[type="checkbox"]:checked::before {
  content: "\2713";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #47b749;
  color: #fff;
  background-color: #47b749;
}
input[type="checkbox"].primary {
  width: 20px;
  height: 20px;
  line-height: 20px;
}
input[type="checkbox"].primary:checked::before {
  background-color: #fff;
  border: 1px solid #fff;
  color: #47b749;
  font-size: 20px;
}
.text-right {
  text-align: right;
}
.btn,
button {
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 8px #f7f7f7;
}
.btn:hover,
button:hover {
  opacity: 0.8;
}
.btn:focus,
button:focus {
  outline: none;
}
input {
  border-radius: 4px;
  border: none;
  color: #777;
  outline: none;
}
input:focus {
  outline: none;
  border: none;
}
input[type="file"] {
  cursor: pointer;
}
input[type="file"]:focus {
  outline: none;
}
input[type="checkbox"] {
  outline: none;
}
input[type="checkbox"]:focus {
  outline: none;
}
input::-webkit-input-placeholder {
  color: #d8d8d8;
}
input:-moz-placeholder {
  color: #d8d8d8;
}
input:-ms-input-placeholder {
  color: #d8d8d8;
}
header,
footer,
.body,
.btn,
.dropdown-menu {
  font-size: 14px;
}
.color-green {
  color: #55b72b;
}
.color-blue {
  color: #59bceb;
}
.color-red {
  color: #ed8099;
}
.ellipsis {
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis2 {
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ellipsis3 {
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ellipsis4 {
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.ellipsis5 {
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.ellipsis6 {
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.ellipsis7 {
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
body {
  overflow-x: hidden;
}
.tooltip .tooltip-inner {
  background: #47b749;
}
/* 輪播 */
.carousel .carousel-control.left,
.carousel .carousel-control.right {
  opacity: 1;
  background: transparent;
}
.carousel .carousel-control.left:hover,
.carousel .carousel-control.right:hover {
  background: transparent;
  opacity: 0.8;
}
.carousel .carousel-control.left span,
.carousel .carousel-control.right span {
  background: #47b749;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin-top: -22px;
  margin-left: -22px;
  margin-right: -22px;
  border-radius: 50%;
}
/* width height */
.ad-pos {
  background: #f7f7f7;
}
.w336 {
  width: 336px;
}
.h336 {
  height: 336px;
}
.h280 {
  height: 280px;
}
.h200 {
  height: 200px;
}
.h180 {
  height: 180px;
}
.h160 {
  height: 160px;
}
.h140 {
  height: 140px;
}
.h120 {
  height: 120px;
}
.to-top {
  position: fixed;
  z-index: 99;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  transition: 0.2s;
  right: 40px;
  bottom: 100px;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.to-top:hover {
  border-color: #000000;
  background-color: #ffffff;
}
.to-top img {
  margin-top: 8px;
}
.dropdown {
  transition: 0.4s;
}
.dropdown .btn {
  border: 1px solid #d8d8d8;
}
.dropdown .dropdown-menu {
  max-height: 240px;
  overflow-y: auto;
}
.dropdown .dropdown-menu .li-select,
.dropdown .dropdown-menu .li-selects {
  padding: 5px;
  cursor: pointer;
}
.dropdown .dropdown-menu .li-select:hover,
.dropdown .dropdown-menu .li-selects:hover {
  background: #f1f1f1;
}
/* 背景顏色 */
.bg1 {
  background: #f8f9fb;
}
/* 表單 */
.aiu-form .inp-item {
  width: 400px;
  margin-top: 15px;
}
.aiu-form .inp-item.flex-box {
  width: 100%;
}
.aiu-form .inp-item.flex-box .inp-text {
  margin: 0;
  min-width: 110px;
}
.aiu-form .inp-item.flex-box .inp {
  width: 100%;
  margin-left: 20px;
}
.aiu-form .inp-item .inp-text {
  margin-bottom: 5px;
  color: #999;
}
.aiu-form .inp-item .inp-text._r {
  text-align: right;
}
.aiu-form .inp-item .inp-text.inp-text2 {
  margin-top: 8px;
}
.aiu-form .inp-item .need {
  color: #ea644a;
}
.aiu-form .inp-item .radios .radio-item {
  margin-right: 15px;
}
.aiu-form .inp-item .radios .radio-item input {
  cursor: pointer;
  margin-right: 5px;
}
.aiu-form .inp-item .radios .radio-item input[type="radio"] {
  width: 22.5px;
  height: 22.5px;
}
.aiu-form .inp-item .radios .radio-item input.normal {
  border: 1px solid #d8d8d8;
  margin-left: 10px;
  height: 43px;
}
.aiu-form .inp-item .radios .radio-item .radio-text {
  margin-top: 5px;
}
.aiu-form .inp-item .inp input {
  border: 1px solid #d8d8d8;
  padding: 10px;
  width: 100%;
}
.aiu-form .inp-item .inp input[type="checkbox"] {
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: top;
  margin-top: 4px;
}
.aiu-form .inp-item .inp input.flex-item {
  margin-right: 20px;
}
.aiu-form .inp-item .inp ._btn {
  background: #47b749;
  color: #fff;
  border: 1px solid #47b749;
  height: 43px;
  width: 80px;
}
.aiu-form .inp-item .inp textarea {
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  height: 180px;
  resize: none;
  outline: none;
  padding-left: 10px;
}
.aiu-form .inp-item .inp .mid-line {
  margin: 0 10px;
}
.aiu-form .inp-item .inp .form-control {
  height: 45px;
}
.aiu-form .inp-item .inp .inp-box {
  height: 240px;
  overflow-y: auto;
  padding: 10px;
  border: 1px solid #d8d8d8;
}
.aiu-form .inp-item .inp .che-item {
  margin-right: 20px;
}
.aiu-form .inp-item .inp .che-item input {
  width: 20px;
  height: 20px;
  margin-right: 2px;
  vertical-align: top;
  margin-top: 2px;
  line-height: 20px;
}
.aiu-form .inp-item .che-box.flex-center-r input {
  margin-top: -2px;
}
.aiu-form .inp-item .che-box input {
  margin-top: 5px;
}
.aiu-form .inp-item .che-box span {
  color: #777;
  margin-left: 8px;
  flex: 1;
}
.aiu-form .inp-item .che-box span.link {
  margin-left: 0;
  color: #47b749;
}
.aiu-form .inp-item .che-more span {
  color: #47b749;
}
.aiu-form .inp-item .inp-more {
  margin-left: 20px;
}
.aiu-form .inp-item .inp-more input[type="checkbox"] {
  vertical-align: top;
  margin-right: 6px;
  margin-top: 4px;
}
.aiu-form .inp-item .sel-box.flex-item {
  margin-left: 20px;
}
.aiu-form .inp-item .sel-box.flex-box .dropdown {
  margin-right: 15px;
}
.aiu-form .inp-item .sel-box.flex-box .dropdown:nth-last-child(1) {
  margin-right: 0;
}
.aiu-form .inp-item .sel-box .dropdown {
  width: 100%;
}
.aiu-form .inp-item .sel-box .dropdown .btn {
  width: 100%;
  background: transparent;
  height: 43px;
  border-radius: 4px;
  text-align: left;
  border-color: #d8d8d8;
  color: #777;
}
.aiu-form .inp-item .sel-box .dropdown .btn i {
  font-size: 24px;
  color: #999;
}
.aiu-form .inp-item .sel-box .dropdown .dropdown-menu {
  min-width: 100%;
}
.aiu-form .inp-item .sel-box .dropdown .dropdown-menu li {
  font-size: 14px;
  line-height: 30px;
  padding: 0 10px;
}
.aiu-form .inp-item .sel-box .dropdown .dropdown-menu li.active {
  background: #47b749;
  color: #fff;
}
.aiu-form .inp-item .inps .inps-item {
  margin-right: 15px;
}
.aiu-form .inp-item .inps .inps-item:nth-last-child(1) {
  margin-right: 0;
}
.aiu-form .inp-item .inps .inps-item .inp {
  margin-left: 0;
}
.aiu-form .btn-box {
  margin-top: 30px;
}
.aiu-form .btn-box button {
  color: #fff;
  background: #47b749;
  border-radius: 4px;
  border: none;
  width: 120px;
  height: 40px;
}
.aiu-form .btn-box button.btn2 {
  margin-left: 20px;
  background: #fff;
  color: #47b749;
  border: 1px solid #47b749;
}
.aiu-form .btn-box button.btn3 {
  margin-left: 20px;
  background: #69a0f8;
}
.aiu-form .form-more {
  margin-top: 30px;
}
.aiu-form .form-more span {
  color: #47b749;
}
.deg180 {
  transform: rotate(180deg);
}
/* radio */
.aiu-radio {
  width: 24px;
  height: 24px;
  border: 2px solid #47b749;
  border-radius: 100%;
  margin-right: 5px;
  text-align: center;
  display: none;
  margin-top: 4px;
}
input[type="radio"]:checked {
  display: none;
}
input[type="radio"]:checked + .aiu-radio {
  display: inline-block;
}
input[type="radio"]:checked + .aiu-radio::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #47b749;
  border-radius: 100%;
  margin-top: 2.5px;
}
/* 消息提示 */
.messager {
  border-radius: 50px;
}
.messager button {
  box-shadow: none;
  border-radius: 0;
}
.loading {
  position: fixed;
  z-index: 20202020;
  top: 220px;
  left: calc(50% + 50px);
  width: 100px;
  height: 100px;
  background: transparent;
  display: none;
  transform: scale(1.2);
}
.loading.loading {
  display: block;
}
[disabled] {
  cursor: not-allowed !important;
}
#star {
  width: auto !important;
}
#star img {
  width: 24px;
}
.color_green {
  color: #88c17b;
}
.color_pink {
  color: #f88769;
}
.reg-box {
  min-height: 200px !important;
}
.reg-box .user-avatar {
  text-align: center;
  margin-bottom: 40px;
}
.reg-box .user-avatar img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
}
.reg-box .user-title {
  text-align: center;
  font-size: 24px;
}
.reg-box .user-title .uname {
  font-size: 32px;
  margin-left: 10px;
}
.reg-box .user-btns {
  margin-top: 20px;
  text-align: center;
}
.reg-box .user-btns .btn {
  box-shadow: none;
}
.reg-box .btn-box {
  margin-top: 30px;
}
.reg-box .btn-box button {
  color: #fff;
  background: #47b749;
  border-radius: 4px;
  border: none;
  width: 120px;
  height: 40px;
}
.reg-box .btn-box button.btn2 {
  margin-left: 20px;
  background: #fff;
  color: #47b749;
  border: 1px solid #47b749;
}
.reg-box .btn-box button.btn3 {
  margin-left: 20px;
  background: #69a0f8;
}
.node img {
  display: none;
}
.at-expanded-menu-button {
  box-shadow: none;
}
.file-icon-image {
  background-position: center;
  background-size: cover;
}
.modal-lightbox .controller.show {
  box-shadow: none;
}
.modal-lightbox .close {
  box-shadow: none;
}
.hide {
  display: none !important;
}
.previewImage {
  position: fixed;
  z-index: 20210111;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.previewImage .preDel {
  position: absolute;
  z-index: 3;
  right: 40px;
  top: 40px;
  color: #fff;
  cursor: pointer;
  opacity: 0.8;
}
.previewImage .preDel i {
  font-size: 20px;
}
.previewImage .preDel:hover {
  opacity: 1;
}
.previewImage .preMask {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.previewImage img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  z-index: 2;
}
.share-icon {
  cursor: pointer;
  width: 30px;
  height: 30px;
  opacity: 0.8;
}
.share-icon:hover {
  opacity: 1;
}
.empty-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.empty-box i {
  font-size: 60px;
}
.empty-box .empty-text {
  font-size: 20px;
}
.layui-btn {
  text-decoration: none;
}
.mobile-nav-dropdown {
  width: calc(100% - 40px);
  margin-top: 30px;
  border-radius: 10px;
  box-shadow: 0 0 6px 0 #d8d8d8;
}
.mobile-nav-dropdown ul {
  margin: 0 !important;
}
.mobile-nav-dropdown .layui-menu-body-title {
  height: auto;
  margin: 0;
  padding: 0;
  color: inherit;
}
.mobile-nav-dropdown li {
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.mobile-nav-dropdown li.active {
  color: #47b749;
  font-weight: bold;
  background-color: #f1f1f1;
}
