#modular-opacity {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999999 !important;
  line-height: 1.6;
  color: #000;
  font-size: 16px;
  font-family: inherit;
  display: none;
}

#modular-opacity * {
  box-sizing: border-box;
}

#modular-opacity.big .modular-wrap {
  width: 100%;
  max-height: 100%;
  min-height: 100%;
  height: 100%;
}

#modular-opacity.big .modular-wrap .modular-main .modular-item {
  height: calc(100vh - 75px);
}

.modular-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1024px;
  max-height: 100%;
  z-index: 1;
  background: #fff;
  border: 1px solid #b2b2b2;
  border-bottom-color: #999;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.modular-tabs {
  margin-bottom: 10px;
  box-shadow: 0 1px 0 #fff inset;
  background: #cfd1cf;
  background-image: linear-gradient(to bottom, #f5f5f5, #cfd1cf);
  border-bottom: 1px solid #999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.modular-tabs ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.modular-tabs ul li {
  box-sizing: border-box;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  cursor: pointer;
  font-size: 13px;
  user-select: none;
  color: #474747;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
}

.modular-tabs ul li:last-child {
  margin-right: 0;
}

.modular-tabs ul li.active {
  background: #fff;
  font-weight: bold;
  transform: translateY(1px);
}

.modular-close {
  position: absolute;
  right: 5px;
  top: 0;
  transform: rotate(45deg);
  font-size: 30px;
  color: #949494;
  transition: all 0.1s linear;
  cursor: pointer;
  line-height: 1;
  user-select: none;
}

.modular-close:hover {
  color: #666;
}

.modular-footer {
  position: absolute;
  bottom: 0;
  min-height: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0 10px;
  font-size: 12px;
  color: #494949;
  text-align: left;
  position: relative;
  border: 0;
  outline: 1px solid #bfbfbf;
  box-shadow: 0 1px 0 #fff inset;
  border-radius: 0 0 2px 2px;
  background: #cfd1cf;
  background-image: linear-gradient(to bottom, #ebebeb, #cfd1cf);
}

.modular-footer * {
  padding: 0;
  margin: 0;
}

.modular-layer {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9996;
  display: none;
}

.modular {
  width: 100%;
  max-width: 900px;
  background: #fff;
  border-radius: 3px;
  margin: 0 auto;
  font-size: 16px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9998;
  display: none;
}

.exicon {
  display: inline-block;
  /* background: url(../img/icons/css_sprites.png) no-repeat; */
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 6px;
}

.exicon1 {
  width: 18px;
  height: 18px;
  background-position: -10px -10px;
}

.exicon2 {
  width: 12px;
  height: 13px;
  background-position: -10px -84px;
  margin: 0;
}

.exicon3 {
  width: 16px;
  height: 15px;
  background-position: -46px -48px;
}

.exicon4 {
  width: 16px;
  height: 16px;
  background-position: -48px -10px;
}

.exicon5 {
  width: 16px;
  height: 16px;
  background-position: -10px -48px;
}

.exicon6 {
  width: 16px;
  height: 15px;
  background-position: -84px -10px;
}

.exicon7 {
  width: 16px;
  height: 15px;
  background-position: -84px -45px;
}

.modular-t {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  color: #228b22;
  padding: 15px;
}

.modular-b {
  display: flex;
}

.modular-aside {
  width: 126px;
  position: relative;
}

.modular-aside::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-right: 1px solid #e5e5e5;
}

.modular-main {
  width: 100%;
  box-sizing: border-box;
}

.modular-tit {
  font-weight: 700;
}

.modular-item {
  height: 600px;
  overflow-y: scroll;
  padding: 10px 0;
  display: none;
}

.modular-item.li1 {
  padding-top: 0;
}

.modular-item.active {
  display: block;
}

p.modular-number {
  font-size: 12px;
  margin: 0 !important;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #eeeeee;
  width: 20px;
  color: #bcbcbc;
  border-radius: 2px;
}

.modular-container {
  position: relative;
  padding: 0 15px;
  border-bottom: 1px solid rgba(231, 231, 235, 0.5);
}

.modular-container.active .modular-cont {
  border: 1px solid #1b771b59;
}

.modular-cont {
  padding: 16px 10px;
  cursor: pointer;
}

.modular-cont>div {
  border: none;
  outline: none;
}

.modular-btn {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #0d0d0d;
  flex-wrap: wrap;
}

.modular-btn button {
  margin-right: 5px;
}

.modular-btn button:first-of-type {
  margin-left: 10px;
}

.modular-btn input {
  width: 80px;
  margin: 0 5px;
  outline: none;
}

.modular-btn input[type=color] {
  width: 50px;
  margin: 0 15px 0 5px;
  border: none;
  padding: 0;
}

.modular-btn select {
  height: 22px;
  margin: 0 5px;
  outline: none;
}

.modular-btn input[type=checkbox] {
  width: auto;
  transform: scale(1.05);
  margin-right: 10px;
}

.modular-slide {
  display: none;
  padding: 16px 10px;
  position: sticky;
  bottom: -9px;
  background: #eee;
  border-radius: 0;
  z-index: 1;
  width: 100%;
  max-width: 100%;
}

.modular-slide.active {
  margin: 10px auto 0;
}

.modular-btn>div {
  width: 80px;
  margin-right: 10px;
}

.modular-configure {
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.modular-configure em {
  color: #fff;
}

.modular-btn .modular-copy {
  outline: none;
  border: none;
  color: #fff;
  text-shadow: 0 -1px 0 #55830c;
  border-width: 1px;
  padding: 3px 6px;
  border-radius: 2px;
  border-color: #62a60a #62a60a #4d9200;
  background: #69b10b;
  background-image: linear-gradient(to bottom, #9ad717, #69b10b);
  cursor: pointer;
  transition: all 0.1s linear;
}

.modular-btn .modular-copy:hover {
  border-color: #5b9909 #5b9909 #478500;
  background: #88be14;
  background: linear-gradient(to bottom, #88be14 0, #5d9c0a 100%);
}

.modular-btn .modular-reset {
  outline: none;
  border: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset;
  border-width: 1px;
  padding: 3px 6px;
  border-radius: 2px;
  border-color: rgba(255, 255, 255, 0.15);
  background: #e4e4e4;
  background-image: linear-gradient(to bottom, #fff, #e4e4e4);
  cursor: pointer;
  transition: all 0.1s linear;
}

.modular-btn .modular-reset:hover {
  border-color: #9e9e9e;
  background: #ccc;
  background-image: linear-gradient(to bottom, #f2f2f2, #ccc);
}

.modular-btn span {
  margin-right: 0;
}

.modular-btn label {
  margin-left: 6px;
}

.modular-btn label input {
  vertical-align: middle;
  margin-left: 2px;
  cursor: pointer;
}

.searchSelect1_box {
  position: relative;
}

.searchSelect1_box>.searchSelect1 {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #e7e7eb;
  transition: all 0.2s ease-in-out;
  position: relative;
  width: 100%;
  height: 24px;
  padding: 0 20px 0 10px;
  font-size: 12px;
  cursor: pointer;
  /* background: url(../img/icons/arrow-down.png) no-repeat 94% center; */
  background-size: 12px;
}

.searchSelect1_box>.searchSelect1::placeholder {
  color: #0d0d0d;
}

.searchSelect1_box>.searchSelect1:focus {
  outline: 0;
}

.searchSelect1_box>.drawer {
  display: flex;
  flex-wrap: wrap;
  width: 200px;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 5px 0;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 900;
  left: 0;
  top: 100%;
  display: none;
  padding: 0;
}

.searchSelect1_box>.drawer>li {
  margin: 0;
  line-height: normal;
  padding: 6px 10px;
  clear: both;
  color: #000;
  font-size: 14px !important;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 25px;
  box-sizing: border-box;
  width: 25px;
}

.searchSelect1_box>.drawer>.none {
  padding: 0 16px;
  text-align: center;
  color: #ccc;
}

.searchSelect1_box>.drawer>li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.searchSelect1_box>.drawer::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #fff;
}

.searchSelect1_box>.drawer::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  background-color: #fff;
}

.searchSelect1_box>.drawer::-webkit-scrollbar-thumb {
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  background-color: #ccc;
}

.modular-item>.modular-container:last-child .searchSelect1_box>.drawer {
  top: 100%;
}

.modular-item::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}

.modular-item::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: #f0f0f0;
}

.modular-item::-webkit-scrollbar-thumb {
  width: 6px;
  border-radius: 2px;
  background-color: #d2d2d2;
}

.modular-show {
  width: 110px;
  border: 1px solid #0075ff;
  color: #0075ff;
  font-size: 14px;
  text-align: center;
  border-radius: 5px;
  background-color: #e5f1ff;
  cursor: pointer;
  display: inline-block;
  padding: 2px 0;
  margin-left: 10px;
}

.modular-show img {
  margin-right: 8px;
  vertical-align: middle;
  margin-top: -3px;
}

.wmkc-float-modular {
  position: absolute;
  z-index: 9999;
  background: #228b22;
  box-shadow: 0 2px 4px #999;
  display: none;
  box-sizing: border-box;
  padding: 10px 10px 0;
  border-radius: 0 0 4px 4px;
}

.wmkc-float-modular .modular-btn {
  color: #fff;
}

.wmkc-float-modular-close {
  background-color: #1b771b;
  color: #fff;
  border: none;
  border-radius: 2px;
  font-size: 12px;
  height: 24px;
  padding: 0 10px;
  cursor: pointer;
  margin-left: 10px;
}

.wmkc-float-modular .searchSelect1_box>.searchSelect1::placeholder {
  color: #fff;
}

.searchSelect1_box>.searchSelect1 {
  /* background-image: url(../img/icons/arrow-down-w.png); */
}

.wmkc-float-modular .modular-btn #template-33-icon-f {
  display: none;
}

#modular-version {
  position: absolute;
  right: 10px;
  color: #111;
}

.li1-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  position: sticky;
  top: -1px;
  background: #fff;
  z-index: 99;
  user-select: none;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.05);
  padding: 0 12px 15px;
  font-size: 13px;
}

.li1-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.li1-header .li1-point li {
  cursor: pointer;
  border-radius: 4px;
  margin-right: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  color: inherit;
  text-decoration: none;
}

.li1-header .li1-point li.active {
  border-color: #5b9909 #5b9909 #478500;
  background: #88be14;
  background: linear-gradient(to bottom, #88be14 0, #5d9c0a 100%);
  color: #fff !important;
}

.li1-header .li1-point li:last-child {
  margin-right: 0;
  display: none;
}

.li1-header .li1-sort {
  margin-left: 0;
  margin-right: auto;
}

.li1-header .li1-sort li {
  cursor: pointer;
  margin-left: 10px;
}

.li1-header .li1-sort .hot {
  color: #CB451B;
}

.li1-header .li1-config {
  display: flex;
  align-items: center;
  padding-left: 15px;
  position: relative;
  font-size: 12px;
  display: none;
}

.li1-header .li1-config input {
  margin: 0 5px;
}

.li1-header .li1-config input[type=color] {
  outline: none;
  border: none;
}

.li1-header .li1-config input[type=number] {
  outline: none;
  width: 60px;
  text-align: center;
}

.li1-header .li1-config input[type=checkbox] {
  transform: scale(1.05);
}

.iconfont-header {
  margin-bottom: 20px;
  padding: 0 20px;
  font-size: 13px;
  display: flex;
  align-items: center;
}

.iconfont-header .item {
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.iconfont-header select {
  outline: none;
  border: 1px solid #999;
  width: 70px;
  padding: 4px 2px;
  text-align: center;
  border-radius: 4px;
  margin: 0 5px;
}

.iconfont-header input {
  margin: 0 5px;
}

.iconfont-header .btn {
  margin-left: auto;
  margin-right: 0;
  width: auto;
  height: auto;
}

.iconfont-header .btn button {
  outline: none;
  border: none;
  color: #fff;
  text-shadow: 0 -1px 0 #55830c;
  border-width: 1px;
  padding: 5px 6px;
  border-radius: 2px;
  border-color: #62a60a #62a60a #4d9200;
  background: #69b10b;
  background-image: linear-gradient(to bottom, #9ad717, #69b10b);
  cursor: pointer;
  transition: all 0.1s linear;
}

.iconfont-container {
  padding: 0 8px;
  display: flex;
  flex-wrap: wrap;
}

.iconfont-container .item {
  margin: 10px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.1s linear;
  position: relative;
}

.iconfont-container .item:hover {
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.iconfont-container .item:hover span {
  opacity: 1;
}

.iconfont-container .item.active {
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
  border-color: #478500;
}

.iconfont-container .item.active span {
  opacity: 1;
}

.iconfont-container .item em {
  font-size: 20px;
}

.iconfont-container .item span {
  color: #999;
  font-size: 12px;
  position: absolute;
  top: calc(100% + 2px);
  transform: scale(0.9);
  white-space: nowrap;
  border-radius: 4px;
  opacity: 0;
}

.btn-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
  font-size: 14px;
}

.btn-container .item {
  width: 50%;
  margin-bottom: 10px;
}

.btn-container .item label {
  display: inline-block;
  width: 60px;
}

.btn-container input {
  margin-right: 20px;
}

.btn-container input[type=text] {
  outline: none;
  border: 1px solid #999;
  width: 200px;
  padding: 4px 2px;
  border-radius: 4px;
  margin: 0 3px;
}

.btn-container input[type=text][type=color] {
  width: 50px;
}

.btn-container input[type=checkbox] {
  transform: scale(1.2);
}

.btn-container input[type=radio] {
  transform: scale(1.2);
}

.btn-container button {
  outline: none;
  border: none;
  color: #fff;
  text-shadow: 0 -1px 0 #55830c;
  border-width: 1px;
  padding: 5px 6px;
  border-radius: 2px;
  border-color: #62a60a #62a60a #4d9200;
  background: #69b10b;
  background-image: linear-gradient(to bottom, #9ad717, #69b10b);
  cursor: pointer;
  transition: all 0.1s linear;
}

.btn-container .forexample {
  background: #f9f9f9;
  padding: 0 15px;
  border-radius: 4px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 40px;
}

.btn-container .forexample>p {
  color: #747474;
}

.btn-container .item100 {
  width: 100%;
  margin-top: 20px;
}

.btn-container select {
  outline: none;
  border: 1px solid #999;
  width: 70px;
  padding: 4px 2px;
  border-radius: 4px;
  margin: 0 3px;
}

.modular-big {
  position: relative;
  right: 35px;
  top: 1px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modular-big img {
  width: 22px;
}

.modular-big .quanping {
  display: block;
}

.modular-big .suoxiao {
  display: none;
}

.cusfaq-popups {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  background: rgba(0, 0, 0, 0.3);
  min-width: 100px;
  padding: 0 10px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 0;
  border-radius: 4px;
  animation: popups 0.2s forwards;
}

@keyframes popups {
  0% {
    margin-top: 10px;
    opacity: 0;
  }

  100% {
    margin-top: 0;
    opacity: 1;
  }
}

.cusfaq-content .example-container {
  padding: 0 15px;
}

.cusfaq-content .cusfaq-btn .cusfaq-add,
.cusfaq-content .cusfaq-btn .cusfaq-clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  color: #333;
  border: 1px solid #d0d0d0;
  background: #fff;
  background-image: linear-gradient(to bottom, #fff, #f3f3f3);
  border-radius: 2px;
  font-size: 14px;
  padding: 2px 10px;
  cursor: pointer;
  transition: all 0.1s linear;
}

.cusfaq-content .cusfaq-btn .cusfaq-clear {
  margin-left: 30px;
}

.cusfaq-content .cusfaq-btn .cusfaq-add:hover,
.cusfaq-content .cusfaq-btn .cusfaq-clear:hover {
  opacity: 0.9;
}

.cusfaq-content .cusfaq-btn .cusfaq-copy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  color: #fff;
  border: 1px solid #9ad717;
  background: #69b10b;
  background-image: linear-gradient(to bottom, #9ad717, #69b10b);
  border-radius: 2px;
  font-size: 14px;
  padding: 2px 10px;
  cursor: pointer;
  transition: all 0.1s linear;
}

.cusfaq-content .cusfaq-btn .cusfaq-copy:hover {
  opacity: 0.9;
}

.cusfaq-content .cusfaq-addlist {
  margin: 30px 0 0;
}

.cusfaq-content .cusfaq-addlist input {
  outline: none;
  border: 1px solid #d5d5d5;
  height: 30px;
  border-radius: 4px;
  width: 100%;
  padding: 0 10px;
  margin: 10px 0;
  font-size: 14px;
  box-sizing: border-box;
}

.cusfaq-content .cusfaq-addlist textarea {
  outline: none;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  width: 100%;
  min-height: 80px;
  padding: 4px 10px;
  font-size: 14px;
  font-family: inherit;
  box-sizing: border-box;
}

.aixdb-t55>.wmkc-faq-list>.wmkc-faq-item {
  position: relative;
}

.cusfaq-content .cusfaq-opacity {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  font-weight: bold;
  cursor: pointer;
  transition: opacity 0.2s linear;
}

.cusfaq-content .aixdb-t55>.wmkc-faq-list>.wmkc-faq-item:hover .cusfaq-opacity {
  opacity: 1;
}

#li1 .item {
  display: none;
}

.aixdb-bg-theme {
  background: var(--color, #000);
}

.cusfaq-color {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666;
}

.cusfaq-color input {
  margin: 0 10px;
}

.cusfaq-color input[type=checkbox] {
  transform: scale(1.05);
}

.li1-loading {
  width: 30px;
  height: 30px;
  border: 2px solid #000;
  border-top-color: transparent;
  border-radius: 100%;
  animation: loadingcircle infinite 0.75s linear;
  position: absolute;
  left: 48%;
  top: 46%;
}

@keyframes loadingcircle {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.modular-iconwrap {
  border: 1px solid #dedede;
  background: #fff;
  border-radius: 4px;
  user-select: none;
  position: relative;
  z-index: 99;
}

.modular-iconwrap span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2px;
  cursor: pointer;
}

.modular-iconwrap.active ul {
  opacity: 1;
  visibility: inherit;
  transform: translateY(0);
}

.modular-iconwrap ul {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  width: 800px;
  list-style: none;
  padding: 4px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  transition: all 0.1s linear;
}

.modular-iconwrap ul li {
  padding: 8px;
  cursor: pointer;
}

.modular-iconwrap ul li:hover {
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
}

#recommended-aixdb {
  padding: 0 15px;
}

#recommended-aixdb .recommended-item {
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

#recommended-aixdb .recommended-item .recommended-flex {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
}

#recommended-aixdb .recommended-item .recommended-title {
  color: #666;
}

#recommended-aixdb .recommended-item .recommended-btn {
  outline: none;
  border: none;
  color: #fff;
  text-shadow: 0 -1px 0 #55830c;
  border-width: 1px;
  padding: 3px 6px;
  border-radius: 2px;
  border-color: #62a60a #62a60a #4d9200;
  background: #69b10b;
  background-image: linear-gradient(to bottom, #9ad717, #69b10b);
  cursor: pointer;
  transition: all 0.1s linear;
  font-size: 12px;
}

#recommended-aixdb .recommended-item .recommended-container {
  padding: 0 15px;
  display: none;
}

.hidetonglan {
  display: flex;
  align-items: center;
  display: none;
  margin-right: 10px;
}

#aixdb-wrap-bgreset {
  outline: none;
  border: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset;
  border-width: 1px;
  padding: 3px 6px;
  border-radius: 2px;
  border-color: rgba(255, 255, 255, 0.15);
  background: #e4e4e4;
  background-image: linear-gradient(to bottom, #fff, #e4e4e4);
  cursor: pointer;
  transition: all 0.1s linear;
}

#aixdb-wrap-bgreset:hover {
  background-image: linear-gradient(to bottom, #f5f5f5, #e4e4e4);
}

.seetingbg {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 10px;
}

.seetingbg span {
  background: linear-gradient(90deg, #dc5aa2, #6880ff 99.9%);
  color: #fff;
  padding: 2px 4px;
  border-radius: 4px;
  cursor: pointer;
}

.seetingbg span:hover ul {
  display: flex;
}

.seetingbg ul {
  position: absolute;
  top: 90%;
  right: 0;
  width: 172px;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  display: none;
  flex-wrap: wrap;
}

.seetingbg ul li {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 2px;
  border: 1px solid #eee;
  cursor: pointer;
}

.seetingbg ul li:last-child {
  margin-right: 0;
}

#cusfaq-55-align {
  border: 1px solid #999;
  outline: none;
  padding: 2px 10px;
  border-radius: 4px;
}

#mf1 em {
  font-style: normal;
  cursor: pointer;
  color: var(--color) !important;
}

.cusfaq-action {
  margin-top: 20px;
}

.cusfaq-action .cusfaq-action-title {
  font-size: 14px;
  color: #666;
}

.cusfaq-action .cusfaq-action-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.cusfaq-action .cusfaq-action-wrap .cusfaq-action-bot {
  display: flex;
  flex-direction: column;
  margin-left: 15px;
}

.cusfaq-action .cusfaq-action-wrap button {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  color: #333;
  border: 1px solid #d0d0d0;
  background: #fff;
  background-image: linear-gradient(to bottom, #fff, #f3f3f3);
  border-radius: 2px;
  font-size: 14px;
  padding: 4px 12px;
  cursor: pointer;
  transition: all 0.1s linear;
  margin-bottom: 10px;
}

.cusfaq-action #cusfaqaction {
  flex: 1;
  outline: none;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  width: 100%;
  min-height: 120px;
  padding: 4px 10px;
  font-size: 14px;
  font-family: inherit;
  box-sizing: border-box;
}