* {
  box-sizing: border-box;
}
body,
html {
  font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
  background-color: #f5f7fa;
}
@media (max-width: 600px) {
  body,
  html {
    background-color: #ffffff;
  }
}
body,
html,
img,
li,
p,
span,
ul {
  padding: 0;
  margin: 0;
}
input {
  outline: none;
}
a {
  text-decoration: none;
}
h1,
h2,
h3 {
  margin: 0;
}
.preiview-icon {
  background-image: url('/templates/image/icon.png');
}
.custom-color-picker-popper {
  z-index: 3000 !important;
}
.el-color-dropdown {
  z-index: 3000 !important;
}
.templates-icon {
  display: inline-block;
  background-image: url('/templates/image/icon.png');
}
.templates {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #f5f7fa;
  padding: 0 20px;
}
@media (max-width: 600px) {
  .templates {
    background-color: #ffffff;
  }
}
.templates-header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 16px;
  height: 176px;
  width: 100%;
  max-width: 1600px;
  background-image: url('/templates/image/navBgImg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 600px) {
  .templates-header {
    display: none;
  }
}
.templates-header .templates-title {
  display: block;
  padding-top: 46px;
  font-family: Microsoft YaHei UI;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  text-align: center;
  color: #333940;
}
.templates-header .templates-input {
  display: flex;
  align-items: center;
  padding: 7px 10px 7px 20px;
  width: 528px;
  background-color: #ffffff;
  border: 2px solid #0076fe;
  box-shadow: 0px 3.67px 3.67px 0px rgba(0, 0, 0, 0.04);
  border-radius: 20px;
}
@media (max-width: 900px) {
  .templates-header .templates-input {
    width: 405px;
  }
}
.templates-header .templates-input input {
  display: block;
  border: none;
  width: 100%;
  height: 100%;
  padding: 0;
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #999999;
  box-shadow: 0 0 0 100px #ffffff inset !important;
  -webkit-text-fill-color: #999999 !important;
}
.templates-header .templates-input input::placeholder {
  color: #999999;
  opacity: 1;
}
.templates-header .templates-input input::-webkit-input-placeholder {
  color: #999999;
}
.templates-header .templates-input input::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.templates-header .templates-input .eliminate-icon {
  display: none;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  cursor: pointer;
}
.templates-header .templates-input .eliminate-icon.show-icon {
  display: flex;
}
.templates-header .templates-input .search-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 29px;
  border-radius: 20px;
  background-color: #eeeeee;
  cursor: pointer;
}
.templates-header .templates-input .search-icon:hover svg {
  color: #0076fe;
}
.templates-header .templates-input .search-icon svg {
  color: #999999;
}
.templates-header .header-icon-box {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
@media (max-width: 800px) {
  .templates-header .header-icon-box {
    display: none;
  }
}
.templates-header .header-icon-box .make-on-behalf-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 124px;
  height: 45px;
  padding-left: 27px;
  cursor: pointer;
  background-image: linear-gradient(0deg, #0076fe, #0076fe), linear-gradient(97.62deg, #087bff 5.52%, #5ea8ff 100%);
  border-radius: 30px 0 0 30px;
  color: #ffffff;
  font-family: 'Microsoft YaHei UI';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.templates-header .header-icon-box .make-on-behalf-icon:hover {
  background-image: linear-gradient(97.62deg, #5ea8ff 5.52%, #087bff 100%);
}
.templates-header .header-icon-box .recruit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 124px;
  height: 45px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 30px 0 0 30px;
}
.templates-header .header-icon-box .recruit-icon:hover {
  background-image: linear-gradient(97.62deg, #5ea8ff 5.52%, #087bff 100%);
}
.templates-header .header-icon-box .recruit-icon:hover .hover-icon {
  display: block;
}
.templates-header .header-icon-box .recruit-icon:hover .default-icon {
  display: none;
}
.templates-header .header-icon-box .recruit-icon:hover span {
  background-image: unset;
  -webkit-text-fill-color: unset;
}
.templates-header .header-icon-box .recruit-icon .default-icon,
.templates-header .header-icon-box .recruit-icon .hover-icon {
  width: 41px;
  height: 38px;
  margin-top: 6px;
}
.templates-header .header-icon-box .recruit-icon .hover-icon {
  display: none;
}
.templates-header .header-icon-box .recruit-icon span {
  background-image: linear-gradient(0deg, rgba(0, 71, 255, 0.59) 0%, rgba(0, 71, 255, 0.59) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ffffff;
  font-family: 'Microsoft YaHei UI';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.mobile-templates-header {
  display: none;
  align-items: center;
  column-gap: 12px;
  width: 100%;
  margin-top: 16px;
}
@media (max-width: 600px) {
  .mobile-templates-header {
    display: flex;
  }
}
.mobile-templates-header .mobile-template-input {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 12px;
  background-color: #f5f7fa;
  border-radius: 6px;
}
.mobile-templates-header .mobile-template-input input {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  background-color: #f5f7fa;
  padding: 0;
}
.mobile-templates-header .mobile-template-input .eliminate-icon {
  display: none;
  cursor: pointer;
  flex: 1;
  margin-right: 12px;
}
.mobile-templates-header .mobile-template-input .eliminate-icon.show-icon {
  display: flex;
}
.mobile-templates-header .mobile-template-input .search-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 24px;
  cursor: pointer;
  background-color: #eeeeee;
  flex-shrink: 0;
  border-radius: 16.5px;
}
.mobile-templates-header .tag-box-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
  cursor: pointer;
}
.tag-box {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  width: 100%;
  max-width: 1600px;
  padding: 16px 20px;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 600px) {
  .tag-box {
    display: none;
  }
}
.tag-box .tag-box-item {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 32px;
  max-height: 32px;
  overflow: hidden;
}
.tag-box .tag-box-item.show-list {
  max-height: unset;
  overflow: visible;
}
.tag-box .tag-box-item.show-list .expand-button svg {
  transform: rotate(180deg);
}
.tag-box .tag-box-item .tag-box-item-title {
  font-family: Microsoft YaHei;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #333333;
  white-space: nowrap;
}
.tag-box .tag-box-item .tag-box-item-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-self: start;
  row-gap: 8px;
  column-gap: 8px;
}
.tag-box .tag-box-item .tag-box-item-list .tag-item {
  display: block;
  padding: 4px 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  color: #333333;
  cursor: pointer;
  border-radius: 4px;
}
.tag-box .tag-box-item .tag-box-item-list .tag-item.active,
.tag-box .tag-box-item .tag-box-item-list .tag-item:hover {
  background-color: #0076fe;
  color: #ffffff;
}
@media (max-width: 1300px) {
  .tag-box .tag-box-item.catagory {
    padding-right: 80px;
    align-items: flex-start;
  }
}
.tag-box .tag-box-item.catagory .expand-button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  align-items: center;
  column-gap: 4px;
  cursor: pointer;
}
@media (max-width: 1300px) {
  .tag-box .tag-box-item.catagory .expand-button {
    display: flex;
  }
}
.tag-box .tag-box-item.catagory .expand-button svg {
  transition: transform 0.3s;
}
@media (max-width: 1500px) {
  .tag-box .tag-box-item.industry {
    padding-right: 80px;
    align-items: flex-start;
  }
}
.tag-box .tag-box-item.industry .expand-button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  align-items: center;
  column-gap: 4px;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .tag-box .tag-box-item.industry .expand-button {
    display: flex;
  }
}
.tag-box .tag-box-item.industry .expand-button svg {
  transition: transform 0.3s;
}
.tag-box .line {
  height: 1px;
  width: 100%;
  background-color: #f1f1f1;
}
.tag-box .filter {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 20px;
}
@media (max-width: 650px) {
  .tag-box .filter {
    align-items: flex-start;
    padding-right: 100px;
  }
}
.tag-box .filter .filter-title {
  font-family: Microsoft YaHei;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #333333;
  white-space: nowrap;
}
.tag-box .filter .filter-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 10px;
}
.tag-box .filter .filter-list .filter-item {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 4px;
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
}
.tag-box .filter .filter-list .filter-item.show-filter-list .filter-box {
  display: flex;
}
.tag-box .filter .filter-list .filter-item:hover {
  background-color: #f2f2f2;
}
.tag-box .filter .filter-list .filter-item:hover .delete-icon {
  display: block;
}
.tag-box .filter .filter-list .filter-item.color .color-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 0.5px solid #dcdcdc;
  background-image: var(--background-image, '');
}
.tag-box .filter .filter-list .filter-item.color .color-icon.select-color {
  background-color: var(--color, '');
}
.tag-box .filter .filter-list .filter-item.color .filter-box {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  width: 184px;
  justify-content: center;
}
.tag-box .filter .filter-list .filter-item.style .filter-box {
  left: 50%;
  transform: translateX(-50%);
  width: 318px;
  padding: 12px;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 8px;
}
@media (max-width: 650px) {
  .tag-box .filter .filter-list .filter-item.style .filter-box {
    left: 0;
    transform: unset;
  }
}
.tag-box .filter .filter-list .filter-item.style .filter-box .filter-box-item {
  width: auto;
}
.tag-box .filter .filter-list .filter-item.style .filter-box .filter-box-item.active {
  color: #333940;
  background-color: #f2f2f2;
}
.tag-box .filter .filter-list .filter-item .delete-icon {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  width: 16px;
  height: 16px;
}
.tag-box .filter .filter-list .filter-item .filter-box {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  flex-direction: column;
  min-width: 148px;
  padding: 4px;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  z-index: 10;
}
.tag-box .filter .filter-list .filter-item .filter-box .filter-box-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #333940;
  border-radius: 4px;
  white-space: nowrap;
}
.tag-box .filter .filter-list .filter-item .filter-box .filter-box-item:hover {
  background-color: #f2f2f2;
}
.tag-box .filter .filter-list .filter-item .filter-box .filter-box-item.active {
  color: #0076fe;
}
.tag-box .filter .filter-list .filter-item .filter-box .color-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 0.5px solid #dcdcdc;
  background-color: var(--color, '#ffffff');
  border-radius: 50%;
}
.tag-box .filter .filter-list .filter-item .filter-box .color-item .all-line {
  display: block;
  width: 14px;
  height: 2px;
  transform: rotate(45deg);
  background-color: #ff0008;
}
.tag-box .filter .filter-list .filter-item .filter-box .go-select-color {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--color, '');
}
.tag-box .filter .filter-list .filter-item .filter-box .go-select-color #custom-color-btn {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--color, '');
  background-image: var(--background-image, '');
  cursor: pointer;
}
.tag-box .filter .filter-list .filter-item .filter-box .go-select-color #color-picker .el-color-picker__trigger {
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
}
.tag-box .filter .filter-list .filter-item .filter-box .go-select-color .custom-color-active {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: none;
}
.tag-box .filter .use-tips {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  column-gap: 4px;
  cursor: pointer;
}
.tag-box .filter .use-tips .hover-icon {
  display: none;
}
.tag-box .filter .use-tips:hover .default-icon {
  display: none;
}
.tag-box .filter .use-tips:hover .hover-icon {
  display: block;
}
.tag-box .filter .use-tips:hover > span {
  color: #0076fe;
}
.tag-box .filter .use-tips span {
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #666666;
  white-space: nowrap;
}
.mobile-tag-box {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  align-items: end;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.5);
  transition: none;
}
.mobile-tag-box.show-box {
  display: flex;
}
.mobile-tag-box.show-box .box-inner {
  transform: translateY(49px);
}
.mobile-tag-box .box-inner {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 4px 4px 0 0;
  padding: 16px 16px 49px;
  transform: translateY(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-tag-box .box-inner .box-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-tag-box .box-inner .box-header span {
  font-family: Microsoft YaHei;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  color: #333940;
}
.mobile-tag-box .box-inner .box-header .box-close-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.mobile-tag-box .box-inner .box-body {
  display: flex;
  flex-direction: column;
  row-gap: 21px;
  margin-top: 16px;
  height: 100%;
  overflow: auto;
  padding-bottom: 92px;
}
.mobile-tag-box .box-inner .box-body .body-item {
  flex-shrink: 0;
  max-height: 1000px;
  transition: max-height 0.3s ease-in-out;
}
.mobile-tag-box .box-inner .box-body .body-item.hide-item {
  overflow: hidden;
  max-height: 28px;
}
.mobile-tag-box .box-inner .box-body .body-item.hide-item .body-item-header .fold-button > svg {
  transform: rotate(180deg);
}
.mobile-tag-box .box-inner .box-body .body-item .body-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-tag-box .box-inner .box-body .body-item .body-item-header .header-left {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.mobile-tag-box .box-inner .box-body .body-item .body-item-header .header-left svg {
  width: 20px;
  height: 20px;
}
.mobile-tag-box .box-inner .box-body .body-item .body-item-header .fold-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.mobile-tag-box .box-inner .box-body .body-item .body-item-header .fold-button svg {
  transition: transform 0.3s ease-in-out;
}
.mobile-tag-box .box-inner .box-body .body-item .body-item-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 17px;
  align-items: stretch;
}
.mobile-tag-box .box-inner .box-body .body-item .body-item-list .list-item {
  padding: 11px 2px;
  flex: 0 0 calc((100% - 24px) / 3);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f7fa;
  border-radius: 6px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #333940;
  cursor: pointer;
  text-align: center;
  word-break: break-word;
}
.mobile-tag-box .box-inner .box-body .body-item .body-item-list .list-item.active {
  background-color: #eff6ff;
  color: #0076fe;
}
.mobile-tag-box .box-inner .box-body .body-item .body-item-line {
  height: 1px;
  width: calc(100% - 20px);
  background-color: #f5f5f5;
  margin: 12px auto 0;
}
.mobile-tag-box .box-inner .box-body .body-item.color .body-item-list {
  gap: 24px;
}
.mobile-tag-box .box-inner .box-body .body-item.color .body-item-list .list-item {
  flex: unset;
  padding: 0;
  width: 24px;
  height: 24px;
  border: 0.5px solid #dcdcdc;
  border-radius: 50%;
  background-color: var(--color, '');
}
.mobile-tag-box .box-inner .box-body .body-item.color .body-item-list .list-item.default-item {
  background-color: #ffffff;
}
.mobile-tag-box .box-inner .box-body .body-item.color .body-item-list .list-item.default-item .all-line {
  display: block;
  width: 14px;
  height: 2px;
  transform: rotate(45deg);
  background-color: #ff0008;
}
.mobile-tag-box .box-inner .box-body .body-item.color .body-item-list .list-item > svg {
  display: none;
}
.mobile-tag-box .box-inner .box-body .body-item.color .body-item-list .list-item.active svg {
  display: block;
}
.mobile-tag-box .box-inner .box-body .body-item.color .body-item-list .go-select-color-mobile {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--color, '');
}
.mobile-tag-box .box-inner .box-body .body-item.color .body-item-list .go-select-color-mobile.active .custom-color-active-mobile {
  display: block;
}
.mobile-tag-box .box-inner .box-body .body-item.color .body-item-list .go-select-color-mobile #custom-color-btn-mobile {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--color, '');
  background-image: var(--background-image, '');
  cursor: pointer;
}
.mobile-tag-box .box-inner .box-body .body-item.color .body-item-list .go-select-color-mobile #color-picker-mobile .el-color-picker__trigger {
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
}
.mobile-tag-box .box-inner .box-body .body-item.color .body-item-list .go-select-color-mobile .custom-color-active-mobile {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: none;
}
.mobile-tag-box .box-bottom {
  padding: 16px 16px 36px;
  display: flex;
  align-items: center;
  column-gap: 12px;
  position: absolute;
  left: 0;
  bottom: 49px;
  width: 100%;
  background-color: #ffffff;
}
.mobile-tag-box .box-bottom > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 32px - 16px);
  padding: 12px 0;
  font-family: PingFang SC;
  font-weight: 400;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
}
.mobile-tag-box .box-bottom .clear-button {
  color: #020713;
  background-color: #f4f5f7;
}
.mobile-tag-box .box-bottom .confirm-button {
  color: #ffffff;
  background-color: #0076fe;
}
.templates-list {
  display: none;
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin-top: 24px;
}
.templates-list.show-list {
  display: block;
}
.templates-list .templates-item {
  position: absolute;
  width: 211px;
  display: flex;
  flex-direction: column;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s;
}
.templates-list .templates-item:hover {
  transform: translate(0px, -8px);
  box-shadow: 0px 3px 8px 0px rgba(0, 118, 254, 0.1);
}
.templates-list .templates-item:hover .templates-tips {
  top: -100px;
}
.templates-list .templates-item .templates-tips {
  position: absolute;
  left: 0;
  top: -156px;
  width: 100%;
  height: 100px;
  line-height: 235px;
  color: #fff;
  font-size: 14px;
  border-radius: 100%;
  text-align: center;
  z-index: 10;
  box-shadow: 0 0 0 45px rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  cursor: pointer;
}
.templates-list .templates-item .templates-thumb {
  position: relative;
  width: 100%;
  height: 280px;
  cursor: pointer;
  background-color: #ffffff;
}
.templates-list .templates-item .templates-thumb img {
  width: 100%;
  height: 100%;
  pointer-events: none;
  /* 禁止图片自身的事件响应 */
  user-select: none;
  /* 禁止选择 */
  -webkit-touch-callout: none;
  /* 禁止长按菜单 */
}
.templates-list .templates-item .content-box {
  padding: 10px;
}
.templates-list .templates-item .content-box .templates-title {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Microsoft YaHei;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #333940;
  cursor: pointer;
}
.templates-list .templates-item .content-box .templates-icon-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}
.templates-list .templates-item .content-box .templates-icon-box .templates-grade {
  display: block;
  padding: 1px 8px;
  border-radius: 2px;
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  white-space: nowrap;
}
@media (max-width: 900px) {
  .templates-list .templates-item .content-box .templates-icon-box .templates-grade {
    padding: 1px 4px;
  }
}
.templates-list .templates-item .content-box .templates-icon-box .views-uses {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
@media (max-width: 900px) {
  .templates-list .templates-item .content-box .templates-icon-box .views-uses {
    column-gap: 4px;
  }
}
.templates-list .templates-item .content-box .templates-icon-box .views-uses .views {
  display: flex;
  align-items: center;
  column-gap: 4px;
}
.templates-list .templates-item .content-box .templates-icon-box .views-uses .views span {
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #999999;
}
.templates-list .templates-item .content-box .templates-icon-box .views-uses .uses {
  display: flex;
  align-items: center;
  column-gap: 4px;
}
.templates-list .templates-item .content-box .templates-icon-box .views-uses .uses span {
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #999999;
}
.templates-list-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1600px;
  height: 300px;
}
.templates-list-loading.hide-loading {
  display: none;
}
.templates-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1600px;
  column-gap: 8px;
  margin-top: 48px;
  flex-wrap: nowrap;
  gap: 8px;
}
.templates-pagination .page-ellipsis,
.templates-pagination .prev-button,
.templates-pagination .next-button {
  display: flex !important;
}
.templates-pagination .page-button:not(.page-number-button):not(.prev-button):not(.next-button) {
  display: flex !important;
}
.templates-pagination .page-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  color: #333333;
  cursor: pointer;
}
.templates-pagination .page-button:hover,
.templates-pagination .page-button.selected {
  background-color: #0076fe;
  color: #ffffff;
}
.templates-pagination .page-button.disabled,
.templates-pagination .page-button:hover.disabled {
  background-color: unset;
  color: #333333;
  cursor: not-allowed;
}
.templates-pagination .page-button.prev-button:hover,
.templates-pagination .page-button.next-button:hover {
  background-color: #ffffff;
}
.templates-pagination .page-button.prev-button:hover svg,
.templates-pagination .page-button.next-button:hover svg {
  color: #333333;
}
.templates-pagination .page-button.prev-button.disabled:hover,
.templates-pagination .page-button.next-button.disabled:hover {
  background-color: unset;
}
.templates-pagination .page-button svg {
  color: #666666;
}
.templates-pagination.pagination-compact {
  flex-wrap: wrap;
}
.no-data {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 20px;
  width: 100%;
  height: 400px;
  max-width: 1600px;
}
.no-data .empty {
  display: inline-block;
  width: 100px;
  height: 100px;
  background-position: -10px -182px;
}
.no-data .no-data-text {
  font-size: 14px;
  color: #bababa;
}
.use-tips-dialog-background {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 4000;
}
.use-tips-dialog-background.show-dialog {
  display: flex;
}
.use-tips-dialog-background .use-tips-dialog {
  display: flex;
  flex-direction: column;
  max-width: 480px;
  background-color: #ffffff;
  border-radius: 12px;
}
@media (max-width: 500px) {
  .use-tips-dialog-background .use-tips-dialog {
    width: calc(100% - 40px);
    max-width: 100%;
  }
}
.use-tips-dialog-background .use-tips-dialog .dialog-header {
  position: relative;
  height: 146px;
}
.use-tips-dialog-background .use-tips-dialog .dialog-header img {
  width: 100%;
  height: 100%;
  border-radius: 12px 12px 0 0;
}
.use-tips-dialog-background .use-tips-dialog .dialog-header .dialog-close-button {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.use-tips-dialog-background .use-tips-dialog .dialog-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.use-tips-dialog-background .use-tips-dialog .dialog-body p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  color: #333940;
}
.use-tips-dialog-background .use-tips-dialog .dialog-body p .email {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  color: #0076fe;
}
.tool-tips {
  position: fixed;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  padding: 15px 15px 15px 20px;
  column-gap: 10px;
  color: #67c23a;
  background-color: #f0f9eb;
  border-radius: 4px;
  z-index: 3000;
  transition: top 0.3s ease-in-out;
}
.tool-tips.error {
  background-color: #fef0f0;
  color: #f56c6c;
}
.tool-tips.error .check-circle {
  background-color: #f56c6c;
}
.tool-tips.error .check-circle::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 12px;
  height: 2px;
  background-color: white;
  border: none;
}
.tool-tips.error .check-circle::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 12px;
  height: 2px;
  background-color: white;
  border: none;
}
.tool-tips.show-tips {
  top: 20px;
}
.tool-tips .check-circle {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #4caf50;
}
.tool-tips .check-circle::after {
  content: '';
  position: absolute;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.collect-template-tips {
  display: flex;
  column-gap: 10px;
  position: fixed;
  padding: 15px;
  align-items: center;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3000;
  background-color: #f0f9eb;
  border-radius: 5px;
  transition: top 0.3s ease-in-out;
}
.collect-template-tips.show-tips {
  top: 20px;
}
.collect-template-tips.show-tips .message-content .go-check {
  display: none;
}
.collect-template-tips.collect-show-tips {
  top: 20px;
}
.collect-template-tips svg {
  width: 16px;
  height: 16px;
}
.collect-template-tips .message-content {
  display: flex;
  align-items: center;
  column-gap: 14px;
}
.collect-template-tips .message-content .content-text {
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #67c23a;
  white-space: nowrap;
}
.collect-template-tips .message-content .go-check {
  display: block;
  padding: 4px 18px;
  background-color: #cfeae2;
  border-radius: 3px;
  cursor: pointer;
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 5%;
  text-align: center;
  color: #0076fe;
  white-space: nowrap;
}
.collect-template-tips .message-content .go-check:hover {
  background-color: #b8dcd0;
}
.template-dialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 4000;
}
.template-dialog.show-dialog {
  display: block;
}
.template-dialog .dialog-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border-radius: 12px;
}
.template-dialog .dialog-content .dialog-header {
  display: flex;
  align-items: center;
  justify-content: end;
}
.template-dialog .dialog-content .dialog-header .dialog-close-button {
  position: relative;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: transparent;
  border: none;
}
.template-dialog .dialog-content .dialog-header .dialog-close-button:hover::before,
.template-dialog .dialog-content .dialog-header .dialog-close-button:hover::after {
  background-color: #0076fe;
}
.template-dialog .dialog-content .dialog-header .dialog-close-button::before,
.template-dialog .dialog-content .dialog-header .dialog-close-button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background-color: #666;
}
.template-dialog .dialog-content .dialog-header .dialog-close-button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.template-dialog .dialog-content .dialog-header .dialog-close-button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.template-dialog.intercept-dialog .dialog-content {
  width: 400px;
  padding: 20px 30px;
}
.template-dialog.intercept-dialog .dialog-content .dialog-header {
  justify-content: space-between;
}
.template-dialog.intercept-dialog .dialog-content .dialog-header .header-text {
  line-height: 24px;
  font-size: 18px;
  color: #303133;
}
.template-dialog.intercept-dialog .dialog-content .dialog-body {
  margin-top: 20px;
}
.template-dialog.intercept-dialog .dialog-content .dialog-body .interceptTips {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.template-dialog.intercept-dialog .dialog-content .dialog-body .interceptTips .preiview-icon {
  display: inline-block;
  min-width: 25px;
  height: 25px;
  width: 25px;
  background-position: -149px -53px;
}
.template-dialog.intercept-dialog .dialog-content .dialog-body .interceptTips span {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.template-dialog.intercept-dialog .dialog-content .dialog-body .bottomButton {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 16px;
  margin-top: 30px;
}
.template-dialog.intercept-dialog .dialog-content .dialog-body .bottomButton div {
  display: flex;
  width: 72px;
  height: 32px;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  font-size: 12px;
  cursor: pointer;
}
.template-dialog.intercept-dialog .dialog-content .dialog-body .bottomButton div:nth-child(1) {
  color: #000;
  border: 1px solid #efefef;
}
.template-dialog.intercept-dialog .dialog-content .dialog-body .bottomButton div:nth-child(1):hover {
  color: #409eff;
}
.template-dialog.intercept-dialog .dialog-content .dialog-body .bottomButton div:nth-child(2) {
  color: #fff;
  background-color: #0076ff;
}
.template-dialog.intercept-dialog .dialog-content .dialog-body .bottomButton div:nth-child(2):hover {
  opacity: 0.9;
}
.mobile-warn-dialog .dialog-header {
  padding: 10px;
}
.mobile-warn-dialog .dialog-body {
  width: 335px;
  padding: 10px 20px 20px;
}
.mobile-warn-dialog .tops {
  font-size: 16px;
  font-weight: bold;
  color: #141419;
  text-align: center;
}
.mobile-warn-dialog .tops p {
  margin-bottom: 10px;
}
.mobile-warn-dialog .h5LinkUrl {
  display: flex;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  margin-top: 20px;
  background-color: #f8f8f9;
  align-items: center;
  justify-content: space-between;
}
.mobile-warn-dialog .h5LinkUrl .preiview-icon {
  width: 20px;
  height: 21px;
  background-position: -118px -56px;
}
.mobile-warn-dialog .h5LinkUrl input {
  width: calc(100% - 30px);
  color: #333940;
  font-size: 14px;
  background-color: #f8f8f9;
  border: none;
}
.mobile-warn-dialog .copyBut {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #4091f7;
  border-radius: 4px 4px 4px 4px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 20px;
  text-align: center;
}
.recommend-list {
  margin: 28px auto;
  max-width: 1600px;
}
.recommend-list .recommend-list-title {
  font-family: Microsoft YaHei UI;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: 0%;
  color: #333940;
}
.recommend-list .article-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  margin: 16px auto 0;
}
@media (max-width: 1200px) {
  .recommend-list .article-list {
    gap: 10px;
  }
}
@media (max-width: 1000px) {
  .recommend-list .article-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 500px) {
  .recommend-list .article-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.recommend-list .article-list .article-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: auto;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
  overflow: hidden;
}
@media (hover: hover) {
  .recommend-list .article-list .article-item:hover {
    transform: translateY(-8px);
  }
}
.recommend-list .article-list .article-item img {
  width: 100%;
  height: 100%;
  max-height: 139px;
  object-fit: cover;
}
.recommend-list .article-list .article-item .article-item-text {
  padding: 12px 16px 16px;
}
.recommend-list .article-list .article-item .article-item-text .article-title {
  display: block;
  font-family: Microsoft YaHei;
  font-weight: 700;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em;
  max-height: 3em;
  color: #333333;
}
.recommend-list .article-list .article-item .article-item-text .article-desc {
  display: block;
  margin-top: 4px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  color: #999999;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em;
  max-height: 4.5em;
}
.recommend-list .article-list .article-item .article-item-text .line {
  width: 100%;
  height: 1px;
  margin-top: 8px;
  background-color: #eaecf0;
}
.recommend-list .article-list .article-item .article-item-text .article-author {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}
.recommend-list .article-list .article-item .article-item-text .article-author .author {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #333940;
  white-space: nowrap;
}
@media (max-width: 1700px) {
  .recommend-list .article-list .article-item .article-item-text .article-author .author .author-name {
    max-width: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 1000px) {
  .recommend-list .article-list .article-item .article-item-text .article-author .author .author-name {
    max-width: 100%;
  }
}
@media (max-width: 800px) {
  .recommend-list .article-list .article-item .article-item-text .article-author .author .author-name {
    max-width: 60px;
  }
}
@media (max-width: 500px) {
  .recommend-list .article-list .article-item .article-item-text .article-author .author .author-name {
    max-width: 70px;
  }
}
@media (max-width: 400px) {
  .recommend-list .article-list .article-item .article-item-text .article-author .author .author-name {
    max-width: 60px;
  }
}
.recommend-list .article-list .article-item .article-item-text .date {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  color: #999999;
}
@media (max-width: 1400px) {
  .recommend-list .article-list .article-item .article-item-text .date {
    max-width: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (max-width: 1000px) {
  .recommend-list .article-list .article-item .article-item-text .date {
    max-width: 100%;
  }
}
@media (max-width: 800px) {
  .recommend-list .article-list .article-item .article-item-text .date {
    max-width: 40px;
  }
}
@media (max-width: 500px) {
  .recommend-list .article-list .article-item .article-item-text .date {
    max-width: 50px;
  }
}
@media (max-width: 400px) {
  .recommend-list .article-list .article-item .article-item-text .date {
    max-width: 40px;
  }
}
.recommend-list .recommend-button-container {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recommend-list .recommend-button-container a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0076fe;
  width: 86px;
  height: 36px;
  border-radius: 6px;
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
}
