/* blog */
.remaker-container-head {
  left: 0;
}
html {
  font-family: 'Trebuchet MS', Poppins, helvetica, PingFang SC, Arial !important;
}
.VPNav {
  display: none;
}

img, svg, video, canvas, audio, iframe, embed, object {
  display: inline-block;
}

h1 {
  font-size: 32px;
  font-weight: 700;
}

.VPLocalNav {
  top: 59px !important;
}
.VPDoc {
  padding-top: 80px !important;
}

.vp-doc strong {
  color: #000;
}

/* ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: #CCCCCC;
  border-radius: 4px;
}

::-webkit-scrollbar-track {
  background-color: #F5F5F5;
} */


/* pc */
.remaker-tools-pop-div {
  display: inline-block;
  --remaker-tools-content-gap: 25px;
}

.remaker-tools-pop-div.el-popover {
  padding: unset;
  border-radius: 12px;
  width: auto !important;
}

.remaker-tools-pop-tools {
  --remaker-tools-content-gap: 10px;
}
/*  */

.remaker-tools-pop-tools {
  color: #3D3D3D;
  font-size: 16px;
  border-radius: 12px;
  background: #FFFFFF;
  border: 1px solid #D8D8D8;
  padding: 20px;
  display: flex;
  gap: var(--remaker-tools-content-gap);
  flex-flow: row;
  overflow-y: auto;
}

.remaker-tools-pop-box {
  margin-right: 0px;
  margin-top: 50px;
}

.remaker-tools-pop-title {
  line-height: 40px;
  font-size: 18px;
  font-weight: 600;
  color: #101010;
}

.remaker-tools-pop-line {
  height: 1px;
  background: #D8D8D8;
  width: 100%;
  margin-top: 10px;
}

.remaker-tools-pop-content-box {
  display: flex;
  flex-flow: row;
  gap: var(--remaker-tools-content-gap);
  margin-top: 20px;
}

.remaker-tools-pop-content {
  display: flex;
  flex-flow: column;
  gap: 20px;
  margin-right: 11px;
}

.remaker-tools-content-item {
  line-height: normal;
  min-height: 28px;
  color: inherit;
  text-decoration: none;
  font-weight: normal;
}

/* mobile */

.remaker-tools-mobile-mask{
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  z-index: 9999;
}
.remaker-tools-mobile-box{
  display: inline-block;
  padding: 35px;
  background: white;
  border-right: 1px solid #D8D8D8;
  width: 85%;
  overflow-y: auto;
  height: 100%;
}

.remaker-tools-mobile-title{
  font-size: 24px;
  font-weight: bold;
  color: #3D3D3D;
  width: 100%;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}
.remaker-tools-mobile-title i{
  font-weight: bold;
  margin-left: auto;
}
.remaker-tools-mobile-category-box .el-collapse-item__header{
  font-size: 16px;
  color: #101010;
  font-weight: 600;
  border-bottom: 1px solid #D8D8D8;
  padding: 20px 0;
  height: auto;
  line-height: 1;
}
.remaker-tools-mobile-tool-item{
  display: block;
  font-size: 14px;
  color: #3D3D3D;
  margin-top: 20px;
  text-decoration: none;
}
.remaker-tools-mobile-category-box .el-collapse-item__content{
  border-bottom: 1px solid #D8D8D8;
}

#remaker-tools-mobile {
  width: 260px;
  overflow-y: auto;
  max-height: 500px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #efefef;
  border-radius: 10px;
  background: #fff;
  padding: 0 10px;
  padding-bottom: 10px;
  position: relative;
}

.remaker-container-faq-accordion {
  border-bottom: 1px solid #eee !important;
}

@media screen and (max-width: 1050px) {
  .remaker-container-head-link-dropdown-content {
      right: -59px !important;
  }

  .blog-title {
      padding-top: 30px;
  }
}

/* tools */

.remaker-tools-scrollbar::-webkit-scrollbar {
  width: 3px;
}

.remaker-tools-pop-tools::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .2);
  border-radius: 3px;
}
.remaker-tools-content-badge {
  display: inline-block;
  border-radius: 8px;
  color: #F6F6F6;
  font-size: 12px;
  font-weight: 600;
  padding: 7px;
  margin-left: 5px;
  line-height: 1;
}
.cursor-pointer {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.remaker-tools-reference{
  font-size: 16px;
}

.remaker-tools-wrapper {
  position: relative;
}
#remaker-tools-pop-tools {
  display: none;
}
.remaker-tools-wrapper:hover #remaker-tools-pop-tools {
  display: block;
  opacity: 1;
}

.remaker-container-head-link-dropdown:hover .remaker-tools-scrollbar {
  display: block;
}

.remaker-tools-scrollbar {
  display: none;
  position: relative;
  left: -90px;
}



#remaker-tools-pop-tools {
  /* min-width: 1210px; */
  min-width: max-content !important;
  position: relative;
  right: 100px;
}

.remaker-container-tools-mobile-div {
  width: 1000px;
  margin: 0 auto;
}

.remaker-container-tools-mobile-div-panel {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #fff;
  font-size: 14px;
  color: #3d3d3d;
  font-weight: 400;
  line-height: 45px;
}

.remaker-container-tools-mobile-div-accordion {
  background-color: #fff;
  color: #101010;
  cursor: pointer;
  padding: 0 20px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-size: 16px;
  border-bottom: 1px solid #d8d8d8;
  font-weight: 500;
  position: relative;
  line-height: inherit;
}

.remaker-container-tools-mobile-div-accordion svg {
  transition: transform 0.5s;
  transform: rotate(0deg);
  position: absolute;
  right: 13px;
  bottom: 21px;
}

.remaker-tools-search-icon, .remaker-mobile-tools-search-icon {
  position: absolute;
  top: 5px;
  z-index: 1;
  left: 30px;
}

.remaker-mobile-tools-search-icon {
  top: -4px;
}

.remaker-tools-clear-icon, .remaker-mobile-tools-clear-icon {
  position: absolute;
  top: 6px;
  right: 29px;
  z-index: 1;
}

.remaker-mobile-tools-clear-icon {
  top: -3px;
}

.remaker-mobile-tools-pop-content {
  padding-top: 20px;
}

.remaker-tools-search-input, .remaker-mobile-tools-search-input {
  position: absolute;
  top: 20px;
  left: 20px;
  width: auto;
  right: 20px;
  -webkit-appearance: none;
  background-color: #FFF;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #DCDFE6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0 15px;
  -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
  transition: border-color .2s cubic-bezier(.645,.045,.355,1);
  padding-left: 40px;
}

.remaker-mobile-tools-search-input {
  top: 10px;
}

.remaker-tools-no-data {
  line-height: 20px;
}

.remaker-tools-search-results {
  margin-top: 55px;
}

.remaker-seo-highlight {
  color: #409Eff;
  font-weight: 600;
}

@media screen and (max-width: 1050px) {
  .remaker-container-tools-mobile-div {
      width: 100%;
  }
  .remaker-container-tools-mobile-div>div {
      width: 96%;
      margin: 0 auto;
  }
}

