/* 公共变量定义 待使用 */
:root {
  --comm-btn-color: #52c41a;
}

/* 公共样式 */
.page-content {
  width: 100%;
  height: 100%;
}

.w-1200 {
  width: 100%;
  max-width: 1200px;
  min-width: 1200px;
}

.w-100 {
  width: 100% !important;
}

.mw-100 {
  width: 100vw;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-inline-center {
  display: flex;
  align-items: center;
}

.flex-inline-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-1 {
  flex: 1;
}

.inline-flex {
  display: inline-flex;
  align-items: center;
}

.relative {
  position: relative;
}

.cursor-p {
  cursor: pointer;
}

.t-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.t-ellipsis-2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.m-w-126 {
  max-width: 126px;
  min-width: 110px;
}

/* 默认字体 */
html body * {
  font-family: Helvetica, Helvetica-Bold;
}

div,
span,
button,
a,
label,
b {
  color: #222222;
}

.bold-text {
  font-weight: 700;
}

.highlight {
  color: #52c41a;
}

.lightBlue {
  color: #4f9eff;
}

.lightGray {
  color: #555555;
}

.lightYellow {
  color: #ff9417;
}

.lightBlue1 {
  color: #4fc0ff;
}

.lightBlue2 {
  color: #4f9aff;
}

.lightHasNum {
  color: #888888 !important;
}

.lightRed {
  color: #f1330d !important;
}

.diffBgRed {
  background: #ffe7e8;
}

.diffBgRed1 {
  background: #ffc6cb;
}

.diffBgBlue {
  background: #ddf3ff;
}

.diffBgBlue1 {
  background: #abe1ff;
}

.m-r-10 {
  margin-right: 10px;
}

.m-r-15 {
  margin-right: 15px;
}

.m-r-20 {
  margin-right: 20px;
}

.m-r-30 {
  margin-right: 30px;
}

.m-r-36 {
  margin-right: 36px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-24 {
  margin-bottom: 24px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-5 {
  margin-bottom: 5px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-50 {
  margin-bottom: 50px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-44 {
  margin-bottom: 44px;
}

.m-b-70 {
  margin-bottom: 70px;
}

.m-b-60 {
  margin-bottom: 60px;
}

.m-b-65 {
  margin-bottom: 65px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-l-20 {
  margin-left: 20px;
}

.m-l-10 {
  margin-left: 10px;
}

.f-s-14 {
  font-size: 14px;
}

.f-s-18 {
  font-size: 18px;
  line-height: 18px;
}

.f-s-24 {
  font-size: 24px;
}

.f-s-16 {
  font-size: 16px;
}

.f-s-20 {
  font-size: 20px;
}

.f-w-700 {
  font-weight: 700;
}

.f-w-400 {
  font-weight: 400;
}

.bg-color {
  background-color: #fafbfc;
}

.dividing {
  border: 1px solid #eeeeee;
}

.icon-right {
  display: inline-block;
  transform: scale(0.5);
}

.tool-common-btn {
  background: linear-gradient(289deg, #58c71d 0%, #a7e742);
  border-radius: 5px;
  border: none;
  color: #ffffff;
  font-weight: 700;
  white-space: nowrap;
}

.tool-common-btn:not(.disabled):hover {
  opacity: 0.8;
}

.tool-common-btn-clear {
  font-size: 18px;
  background: #e1f7d5;
  border-radius: 5px;
  border: none;
  color: #52c41a;
}

.tool-msg-success {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 30px 0px rgba(22, 70, 117, 0.15);
  border: none;
}

.tool-msg-success .layui-layer-content {
  padding: 22px 40px;
  color: #000000;
  font-size: 16px;
  line-height: 26px;
}

.tool-msg-success-icon {
  font-size: 26px;
  display: inline-block;
}

.hoverChange,
a,
button,
i,
.btn {
  transition-duration: 0.3s;
  /* transition: all 0.4s; */
}

.hoverChange,
button,
.btn {
  transition-property: color, background-color, border-color, opacity;
}

/* hover 时 透明度的变化 */
.hoverOpacity:not(.disabled):hover {
  opacity: 0.8;
}

/* 按钮的禁用状态 */
.disabled {
  background: #e6e8ec !important;
  cursor: not-allowed !important;
  color: #ffffff !important;
  border-color: #e6e8ec !important;
}

textarea {
  overflow: auto;
  vertical-align: top;
  outline: none;
  resize: none;
}

textarea::placeholder {
  color: #d9d9d9;
}

input::placeholder {
  color: #d9d9d9;
}

html body input:focus,
html body input:focus-visible {
  outline: none;
}

html body textarea:focus,
html body textarea:focus-visible {
  outline: none;
}

.hidden {
  display: none;
}

.tool-sticky {
  position: sticky;
  top: 0;
  z-index: 5;
}

.tool-anchor {
  width: 100%;
  height: 100%;
  color: inherit;
  display: inline-block;
  font-weight: inherit;
}

.tool-anchor:hover {
  color: inherit;
}

/* 多选框 */

input[type="checkbox"] {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  width: 12px;
  height: 12px;
  background: #ffffff;

  /* 行高问题  会导致 before  after 位移变动 */
  line-height: 12px;
}

input[type="checkbox"]::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0px;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border: 1px solid #c5d4e3;
  border-radius: 3px;

  line-height: 14px;
}

input[type="checkbox"]:checked::after {
  content: "\e61d";
  color: #52c41a;
  background: #ffffff;
  position: absolute;
  top: -2px;
  left: 0px;
  width: 14px;
  height: 14px;
  font-size: 14px;

  line-height: 14px;
}

input[type="checkbox"].large::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0px;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 1px solid #c5d4e3;
  border-radius: 3px;

  line-height: 16px;
}

input[type="checkbox"].large:checked::after {
  content: "\e61d";
  color: #52c41a;
  background: #ffffff;
  position: absolute;
  top: -3px;
  left: 0px;
  width: 16px;
  height: 16px;
  font-size: 16px;

  line-height: 16px;
}

/* 下拉选择 输入框的 hover  效果 */
.comm-input-select-hover:hover {
  border: 1px solid #52c41a;
  box-shadow: 0px 0px 0px 3px #f1faed;
  z-index: 1;
}

.comm-input-error {
  border: 1px solid #f1330d !important;
  box-shadow: 0px 0px 0px 3px #ffeaea !important;
  z-index: 1;
}

.comm-error-tip {
  font-size: 14px;
  color: #f1330d;
  line-height: 16px;
  padding: 17px 20px;
  position: absolute;
  bottom: -3px;
  transform: translateY(100%);
  background: #ffeaea;
  border-radius: 5px;
  z-index: 1;

  width: auto;
  min-width: 100%;
  /* white-space: nowrap; */
}

.comm-input-container {
  width: 100%;
  flex: 1;
  position: relative;
}

.comm-input-container input {
  width: 100%;
  padding-right: 40px;
}

.comm-input-container .comm-input-clear {
  position: absolute;
  font-size: 20px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #888888;
  display: none;
  z-index: 3;
}

.comm-input-clear {
  display: none;
}

/* .comm-input-container:hover .comm-input-clear{
  display: inline-block;
} */

.comm-input-container.hasValue .comm-input-clear {
  display: inline-block;
}

/* .comm-input-select-hover:hover::before {
  display: block;
  content: " ";
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
  border: 3px solid #f1faed;
  border-radius: 5px;
} */

@keyframes loading-animation {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* loading 图标  颜色，位置由使用地方自定义*/
.t-loading::before {
  animation: loading-animation 0.6s linear infinite;
  display: inline-block;
}

.tool-icon-loading {
  display: none;
}

.loading .tool-icon-loading {
  display: inline-block;
}

/* 展开收起图标 */
.tool-open-close-icon {
  transition: all 0.4s;
  display: inline-block;
  transform: scale(0.5);
}

/* ================================================== */
/* 重置bootstrap的样式 */

dl,
ol,
ul {
  margin: 0;
}

a:hover {
  text-decoration: none;
}

/* =================================================== */

/*  pc 导航条样式 */
.tool-navbar {
  width: 100%;
  height: 88px;
  background: #3a3e3f;
  padding: 24px 0;
}

/* 导航条主体内容 */
.tool-navbar-content {
}

.tool-navbar-collapse {
  margin-right: 38px;
}

/* logo 图  待定  后面可能需要替换*/
.tool-brand {
  width: 173px;
  height: 31px;
  background: url("../assets/header/logo.png") center no-repeat;
}

.tool-language {
  color: #ffffff;
  margin-left: 10px;
  height: 100%;
  padding: 12px 10px;
  height: 40px;
  line-height: 16px;
  cursor: pointer;

  position: relative;
  display: flex;
}

.tool-language:hover {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
}

.tool-language-icon {
  margin-right: 8px;
}

.tool-language .tool-language-value {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
}

.tool-language-pc {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;

  z-index: 1000;
  min-width: 298px;
  padding-top: 10px;
}

.tool-language:hover .tool-language-pc {
  display: block;
}

.tool-language-pc .tool-language-bg {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0px 0px 30px 0px rgba(7, 83, 125, 0.09);
  padding: 24px 16px;
}

.tool-language-content {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.tool-language-item-content {
  padding: 0 10px;
  width: 50%;
}

.tool-language-item {
  /* display: flex;
  align-items: center; */

  display: inline-block;
  padding: 12px 20px;
  white-space: nowrap;
  font-size: 15px;
}

.tool-language-item:hover {
  background: #f7fcf4;
  border-radius: 12px;
  color: #52c41a;
}

.tool-language-item.active {
  background: #f7fcf4;
  border-radius: 12px;
  color: #52c41a;
}

.tool-language-container .tool-mobile-modal-container {
  height: 364px;
}

.tool-language-container .tool-mobile-modal-body {
  height: calc(100% - 84px);
}

.tool-language-container .tool-html-converter-select-container {
  padding-bottom: 20px;
}

/* .tool-brand img {
  width: 100%;
} */

/* 右侧登录相关 */

.tool-login-content .tool-login {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  line-height: 15px;
  cursor: pointer;
  margin-right: 30px;
}

.tool-login-content .tool-login:hover {
  color: #52c41a;
}

.tool-login-content .tool-sign {
  background: linear-gradient(287deg, #58c71d 0%, #a7e742);
  border-radius: 5px;
  padding: 11px 20px 12px 20px;
  font-size: 15px;

  font-weight: 700;
  color: #ffffff;
  line-height: 15px;
  cursor: pointer;
}

.tool-login-content .tool-sign:hover {
  opacity: 0.8;
}

.tool-navbar-nav {
  display: flex;
  align-items: center;
  flex-direction: row;
}

/* 导航 按钮 hover */
.tool-nav-link {
  display: block;
  padding: 11px 20px 12px 20px;
  font-size: 15px;

  font-weight: 700;
  color: #ffffff;
  height: 40px;
  line-height: 17px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.tool-dropdown {
  position: relative;
}

.tool-nav-item:hover .tool-nav-link {
  color: #52c41a;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
}

.tool-nav-item-icon {
  color: #ffffff;
  transition: all 0.4s;
  display: inline-block;
  transform: scale(0.5);
}

.tool-nav-item:hover .tool-nav-item-icon {
  color: #52c41a;
  transform: scale(0.5) rotate(180deg);
}

.tool-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 349px;
  padding-top: 10px;
}

.tool-dropdown-menu .tool-menu-bg {
  padding: 20px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 30px 0px rgba(7, 83, 125, 0.09);
}

.tool-nav-item:hover .tool-dropdown-menu {
  display: block;
}

.tool-dropdown-item {
  display: flex;
  align-items: center;
  padding: 8px 15px 8px 8px;

  position: relative;
}

.tool-dropdown-item:hover {
  background: #f7fcf4;
  border-radius: 12px;
}

.tool-dropdown-item-icon img {
  width: 36px;
}

.tool-dropdown-item-text {
  flex: 1;
  padding-left: 12.5px;
}

/* 下拉菜单 文字显示 */
.dropdown-main-text {
  font-size: 15px;

  color: #000000;
  line-height: 15px;
  margin-bottom: 6.5px;
}

.dropdown-tip-text {
  opacity: 0.8;
  font-size: 12px;

  color: #555555;
  line-height: 12px;
}

.dropdown-tip-icon {
  display: none;
  color: #888888;
  transform: scale(0.6);
  position: absolute;
  right: 15px;
}

.tool-dropdown-item:hover .dropdown-tip-icon {
  display: inline;
}

/* 移动端导航 */
.tool-m-navbar {
  background: #3a3e3f;
  height: 42px;
  padding-right: 10.5px;
  display: none;
}

.tool-m-navbar-icon-bg {
  height: 42px;
  width: 42px;
  background-color: rgba(234, 236, 238, 0.15);
  cursor: pointer;
  margin-right: 16px;
  z-index: 99999;
}

.tool-m-navbar-icon-bg.active {
  z-index: 99999;
}

.tool-m-close-bg {
  height: 42px;
  width: 42px;
  background-color: rgba(234, 236, 238, 0.15);
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}

.tool-m-navbar-icon,
.tool-m-navbar-close {
  font-size: 16px;
  display: inline-block;
  background-color: #ffffff;
  position: relative;
  width: 16px;
  height: 3px;

  transition: background 0.3s 0s;
}

.tool-m-navbar-icon:before {
  top: -7px;
  transition-property: top, transform;
}

.tool-m-navbar-icon:after {
  bottom: -7px;
  transition-property: bottom, transform;
}

.tool-m-navbar-icon:after,
.tool-m-navbar-icon:before {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;

  transition-delay: 0s, 0.2s;
  transition-duration: 0.2s, 0.2s;
}

.tool-m-navbar-icon-bg.active .tool-m-navbar-icon {
  background: none;
}

.tool-m-navbar-icon-bg.active .tool-m-navbar-icon:before {
  top: 0;
  transform: rotate(45deg);
}

.tool-m-navbar-icon-bg.active .tool-m-navbar-icon::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.tool-m-navbar-logo img {
  width: 70px;
  height: 24px;
}

.tool-m-login {
  margin-right: 10.5px;
  color: #ffffff;
}

.tool-m-sign {
  padding: 5px 8px;
  height: 24px;
  background: linear-gradient(295deg, #58c71d 0%, #a7e742 100%);
  border-radius: 3px;

  font-size: 12px;

  color: #ffffff;
  line-height: 12px;
}

.tool-slideout-menu {
  background: rgba(0, 0, 0, 0.92);
  bottom: 0;
  display: flex;
  height: 100%;
  justify-content: center;
  overflow: auto;
  padding: 100px 0 50px 0;
  position: fixed;
  right: -100%;
  top: 0;
  transition: right 0.6s ease;
  width: 100%;
  z-index: 998;
}

.slideout-menu.open {
  right: 0;
}

.tool-m-navbar-nav {
  width: 100%;
}

.tool-m-nav-item {
  padding: 0 20px;
}

.tool-m-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 0 17px 0;
  font-size: 14px;

  font-weight: 700;
  color: #ffffff !important;
  line-height: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.tool-m-nav-item-icon {
  color: #ffffff;
  transition: all 0.4s;
  display: inline-block;
  transform: scale(0.5);
}

.tool-m-nav-item.active .tool-m-nav-item-icon {
  color: #52c41a;
  transform: scale(0.5) rotate(180deg);
}

.tool-m-dropdown-menu {
  display: none;
}

.tool-m-dropdown-menu .tool-m-menu-bg {
  padding: 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.tool-m-nav-item.active .tool-m-dropdown-menu {
  display: block;
}

.tool-m-dropdown-item {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}

.tool-m-dropdown-item:last-child {
  padding-bottom: 0;
}

.dropdown-m-main-text {
  font-size: 14px;

  color: #cccdcd;
  line-height: 14px;
}

/* =================================================== */

/* 搜索部分 */
.tool-search-container {
  position: relative;
  text-align: center;
  display: flex;
  z-index: 2;
}

.tool-search-content {
  margin: -112px auto 0 auto;
  /* height: 218px; */
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0px 0px 30px 0px rgba(7, 83, 125, 0.09);
  padding: 40px;
}

.tool-search-check {
  margin-bottom: 36px;
  overflow-y: hidden;
  overflow-x: auto;
}

.tool-search-ul {
  display: flex;
}

.tool-search-li {
  font-size: 24px;

  font-weight: 700;

  line-height: 24px;
  margin-right: 50px;
  padding-bottom: 8px;

  white-space: nowrap;
}

.tool-search-li.active {
  color: #52c41a;
  border-bottom: 4px solid #59c71e;
}

.tool-search {
  display: flex;
}

.tool-search-input-content {
  flex: 1;
  margin-right: 30px;
}

.tool-search-input {
  width: 100%;
  background: #ffffff;
  border: 1px solid #a4b5b9;
  border-radius: 5px;
  padding: 17px 30px;
  height: 66px;
  font-size: 20px;
}

.tool-search-btn {
  cursor: pointer;
  padding: 21px 50px;
  background: linear-gradient(289deg, #58c71d 0%, #a7e742);
  border-radius: 5px;
  border: none;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  line-height: 24px;

  min-width: 201px;
  height: 66px;
}

.tool-search-btn:hover {
  opacity: 0.8;
}

/* 试用 */
.tool-get-free-container {
  background: linear-gradient(315deg, #52c41a 0%, #a9e843 100%);
}

.tool-get-free-content {
  padding: 50px 0;
}

.tool-get-free-mian-text {
  font-size: 50px;

  font-weight: 700;
  color: #ffffff;
  line-height: 50px;
  margin-bottom: 15px;
}

.tool-get-free-tip-text {
  opacity: 0.8;
  font-size: 18px;

  color: #ffffff;
  line-height: 24px;
}

.tool-free-btn {
  cursor: pointer;
  padding: 20px 50px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 0px 20px 0px #51c30f;
  font-size: 28px;

  font-weight: 600;
  color: #52c41a;
  line-height: 28px;
  transition: all 0.4s;
  position: relative;
}

.tool-get-free-container:hover .tool-free-btn {
  transform: translateY(-5px);
}

/* 底部样式 */
.tool-footer {
  padding: 85px 0 60px 0;
  background: #333638;
}

.tool-footer-content {
  display: flex;
  justify-content: space-between;
}

.tool-footer-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.tool-footer-left-logo-msg {
  display: flex;
}

.tool-left-logo {
  width: 68px;
  height: 66px;
  border-radius: 10px;
  margin-right: 20px;
  background-image: url("../assets/header/logobottom.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.tool-left-text-main {
  color: #ffffff;
  font-size: 30px;

  font-weight: 700;
  line-height: 24px;
  margin-top: 7px;
  margin-bottom: 15px;
}

.tool-left-text-tip {
  font-size: 14px;

  color: #ffffff;
  line-height: 20px;
}

.tool-left-contact-text {
  margin-top: 40px;
  font-size: 18px;

  color: #ffffff;
  line-height: 20px;
}

.tool-copy-right {
  margin-top: 25px;
  font-size: 16px;

  color: rgba(255, 255, 255, 0.5);
  line-height: 20px;
}

.tool-footer-right {
  width: 532px;
}

.tool-footer-right-title {
  font-size: 26px;

  font-weight: 700;
  color: #ffffff;
  margin-bottom: 32px;
}

.tool-footer-right-item {
  cursor: pointer;
  width: 266px;
  font-size: 18px;

  color: #cccdcd;
  line-height: 20px;
  margin-bottom: 20px;
}

.tool-footer-right-item:hover {
  color: #ffffff;
}

/* 回到顶部 */
.tool-back-to-top {
  background-image: url("../assets/content/toTop.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  border-radius: 50%;
  bottom: 90px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 90px;
  z-index: 1030;
  width: 80px;
  height: 80px;
}

.tool-back-to-top:hover {
  opacity: 0.8;
}

/* 不同页面头部显示内容 */
.tool-page-title {
  background: #f2f6f9;
  padding: 20px 0;
}

.tool-page-title-img {
  width: 36px;
  margin-right: 15px;
}

.tool-page-title-img img {
  width: 100%;
}

.tool-page-title-text {
  font-size: 20px;

  font-weight: 700;

  line-height: 20px;
}

/* 功能页面主体 */
.tool-function-container {
  padding: 120px 0;
}

.tool-function-container-bg {
  background-image: url("../assets/content/funBg.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.tool-function-title {
  font-size: 50px;

  font-weight: 700;
  color: #000000;
  line-height: 50px;
  margin-bottom: 15px;
}

.tool-function-tip {
  opacity: 0.8;
  font-size: 18px;

  color: #555555;
  line-height: 24px;
  margin-bottom: 70px;
}

.tool-function-input-title {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  line-height: 20px;
  margin-bottom: 20px;

  /* 待确认 */
  /* white-space: nowrap; */
}

.tool-function-input-content {
  display: flex;

  /* align-items: center; */
}

.tool-function-input {
  flex: 1;
  background: #ffffff;
  border: 1px solid #c5d4e3;
  border-radius: 5px;
  padding: 20px 30px;
  line-height: 18px;
  height: 60px;
}

.tool-function-input-right {
  border-radius: 0 5px 5px 0 !important;
}

.tool-function-btn {
  padding: 18px 50px;
  border: none;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  line-height: 24px;
  height: 60px;
}

.tool-text {
  font-size: 20px;
  line-height: 20px;
}

.tool-copy-icon {
  color: #888888;
}

.tool-ip-msg-container {
  padding: 30px 30px 45px 30px;
  background: #f2f5f7;
  border-radius: 5px;
}

.tool-ip-msg-text-label {
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  margin-right: 10px;
}

.tool-ip-msg-text-value {
  font-size: 14px;
  line-height: 16px;
}

/* 功能介绍 */
.tool-function-introduction-container {
  padding: 120px 0 90px 0;
}

.tool-function-introduction-title {
  font-size: 26px;
  font-weight: 700;
  color: #000000;
  line-height: 26px;
}

.tool-function-introduction-title-2 {
  font-size: 20px;
  line-height: 20px;
}

.tool-function-introduction-tip {
  opacity: 0.8;
  font-size: 16px;
  color: #555555;
  line-height: 28px;
}

.m-b-12 {
  margin-bottom: 12px;
}

.m-b-35 {
  margin-bottom: 35px;
}

.tool-function-introduction-list {
  padding-top: 20px;
  margin: 0 -60px;
}

.tool-function-introduction-list-item {
  padding: 0 60px;
  padding-bottom: 30px;
}

.tool-function-introduction-list-no-item {
  padding-top: 20px;
}

.list-before {
  position: relative;
  padding-left: 18px;
}

.list-before::before {
  content: " ";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #222222;
  border-radius: 50%;
  left: 0;
  top: 6px;
  /* transform: translateY(-50%); */
}

/* 相关工具 */
.tool-related-tools-container {
  padding: 90.5px 0px;
}

.tool-related-tools-title {
  font-size: 30px;
  font-weight: 700;
  color: #000000;
  line-height: 30px;
}

.tool-related-tools-list {
  padding-top: 45px;

  margin: 0px -80px;
}

.tool-related-tools-item {
  padding: 20px 0px 20px 80px;
}

.tool-related-tools-icon {
  margin-right: 18px;
}

.tool-related-tools-icon img {
  width: 50px;
  height: 50px;
}

.tool-related-tools-item-main {
  font-size: 18px;
  font-weight: 700;
  color: #222222;
  line-height: 18px;
  margin-bottom: 10px;
}

.tool-related-tools-item-tip {
  opacity: 0.8;
  font-size: 12px;
  color: #555555;
  line-height: 12px;
}

/* 详情显示 */

.tool-details-container {
  padding: 70px 0 90px 0;
}

.tool-details-input-text {
  font-size: 26px;
  font-weight: 700;
  color: #000000;
  line-height: 26px;
}

.tool-details-input-text span {
  font-weight: 700;
}

.tool-details-title-text-content {
  line-height: 35px;
  /*  只对英文起作用，以单词作为换行依据。 */
  word-wrap: break-word;
  /* 只对中文起作用，强制换行。 */
  /* white-space: pre-wrap;  */
}

.tool-details-input {
  border: 1px solid #c5d4e3;
  border-radius: 5px;
  flex: 1;
  padding: 12.5px 20px;

  /* 最小值待定 */
  height: 51px;
}

.tool-details-btn {
  padding: 13.5px 30px;
  border-radius: 5px;
  height: 51px;
}

.tool-details-msg {
  background: #fcfdfd;
  border: 1px solid #c5d4e3;
  border-radius: 5px;
  padding: 30px;
}

.tool-details-msg-container {
  font-size: 14px;
  color: #000000;
  line-height: 28px;
  position: relative;
  margin-bottom: 15px;

  max-height: 834px;
  overflow-y: hidden;
}

.tool-details-msg-container.open {
  max-height: none;
}

.tool-details-msg-container.can-close {
  max-height: none;
  overflow-y: auto;
  overflow-x: hidden;
}

.tool-details-msg-btn,
.tool-details-raw-text-btn {
  display: inline-block;
  position: relative;
  margin: 15px 0;
  cursor: pointer;

  font-size: 16px;
  font-weight: 700;
  color: #222222;
  line-height: 16px;
}

.tool-details-raw-text-btn {
  margin: 15px 0 0 0;
}

.tool-details-msg-container.open .tool-details-raw-text-btn {
  margin: 15px 0 30px 0;
}

.tool-details-raw-text-container {
  display: none;
}

.tool-details-msg-icon {
  color: #888888;
  display: inline-block;
  transform: scale(0.5);
}

.tool-details-msg-container.open .tool-details-msg-icon {
  transform: scale(0.5) rotate(180deg);
}

.tool-details-msg-container.open .tool-details-raw-text-container {
  display: block;
}

.tool-details-msg-container.open .tool-details-raw-text-container.row {
  display: flex;
}

.tool-details-history-container {
  background: #f6f9f9;
  border-radius: 5px;
  padding: 30px 30px 40px 30px;
}

.tool-details-history-diff {
  margin: 0 -30px;
  padding: 0 30px;
}

/* 地图容器 */
.tool-details-map {
  height: 271px;
  position: relative;
}

.tool-map-mask {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.6);

  z-index: 9;
}

.tool-function-textarea-content {
}

.tool-textarea-box {
  position: relative;
}

.text-length-show {
  position: absolute;
  bottom: 30px;
  right: 30px;

  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #d9d9d9;
}

.text-length,
.text-max {
  color: #d9d9d9;
}

/* 批量查询文本框 */
.tool-function-textarea {
  width: 100%;
  height: 340px;
  padding: 30px;
  background: #ffffff;
  border: 1px solid #c5d4e3;
  border-radius: 5px;
  resize: none;
}

.tool-textarea-btn-search {
  padding: 11.5px 30px;
  font-size: 18px;
}

.tool-textarea-btn-search.loading {
  position: relative;
  padding-right: 44px;
}

.tool-textarea-btn-search.loading .tool-icon-loading {
  position: absolute;
  right: 16px;
  color: #ffffff;
  font-size: 18px;
}

.tool-textarea-btn-clear {
  font-size: 18px;
  padding: 11.5px 30px;
  background: #e1f7d5;
  border-radius: 5px;
  border: none;
  color: #52c41a;
}

.tool-details-search-content {
  text-align: right;
}

/* 批量ip 查询  详情 */
.tool-bulk-details-container {
  padding: 50px 0 0px 0;
}

.tool-bulk-details-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin-left: -10px;
}

.tool-bulk-details-img {
  width: 44px;
  margin-right: 5px;
}

.tool-bulk-details-img img {
  width: 100%;
}

.tool-bulk-card-container {
  padding: 12px 0px 22px 0px;
  display: flex;
  flex-wrap: wrap;

  margin: 0 -18px;
}

.tool-bulk-card-container .tool-bulk-card-box {
  padding: 18px;
}

.tool-bulk-card-item {
  padding: 30px 20px 30px 25px;

  background: #fcfdfd;
  border: 1px solid #dddddd;
  border-radius: 10px;
  height: 100%;
}

.tool-bulk-card-img {
  font-size: 30px;
  line-height: 30px;
}

.tool-bulk-card-text {
  padding-left: 25px;
}

.tool-bulk-card-main-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  white-space: nowrap;
}

.tool-bulk-card-main-tip {
  opacity: 0.8;
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  line-height: 24px;
}

/* 表格样式 */

.tool-bulk-table-container {
  /* max-height: 900px; */
  /* overflow-y: auto; */
  overflow-x: auto;
}

.tool-table.table {
  margin-bottom: 0;
}

.tool-table-tbody {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.tool-table.table thead th {
  background: #fafbfc;
  border-bottom: 1px solid #eaeff5;
  border-top: none;

  font-size: 14px;
  font-weight: 700;
  color: #888888;
  line-height: 24.5px;

  /* 表头不参与滚动 */
  position: sticky;
  top: 0;
  z-index: 1;

  white-space: nowrap;
}

.tool-table.table td,
.tool-table.table th {
  border-bottom: 1px solid #eaeff5;
  border-top: none;
  padding: 18px 30px 17px 30px;
}

.tool-table.table.small td,
.tool-table.table.small th {
  padding: 18px 10px 17px 20px;
}

.tool-table.table td {
  font-size: 14px;
  line-height: 24px;
  vertical-align: middle;
}

/* 表头的过滤图标 */
.tool-filter-container {
  cursor: pointer;
}

.tool-filter-icon-container {
  position: relative;
  height: 24px;
  margin-left: 5px;
}

.tool-filter-icon::after {
  display: inline-block;
  content: "";
  border-top: 4.5px solid;
  border-right: 4.5px solid transparent;
  border-bottom: 0;
  border-left: 4.5px solid transparent;
}

.tool-filter-icon {
  position: absolute;
  color: #888888;
  display: inline-block;
  left: 0;
}

.tool-filter-icon.up {
  transform: rotate(180deg);
  top: 7px;
}

.tool-filter-icon.down {
  bottom: 7px;
}

.tool-filter-container.up .tool-filter-icon.up {
  color: #52c41a;
}

.tool-filter-container.down .tool-filter-icon.down {
  color: #52c41a;
}

.tool-tag {
  display: inline-block;
  border-radius: 4px;
  font-size: 12px;
  line-height: 24px;
  padding: 0 8px;
}

/* 错误tag */
.tool-error-tag {
  display: inline-block;
  border-radius: 4px;
  font-size: 12px;
  line-height: 24px;
  padding: 0 8px;

  background: #ffe9e7;
  color: #f1330d;
}

/* 正确tag */
.tool-success-tag {
  background: #e1f7d5;
  color: #52c41a;
}

/* 正常 直接使用loading */
.tool-loading .tool-icon-loading {
  color: #888888;
  font-size: 18px;
  line-height: 18px;
}

/* ============================================================== */
/* 下拉选择 组件 */

.tool-select-container {
  position: relative;
  min-width: 105px;

  /* 待定默认 */
  width: 163px;
}

.tool-select-container.tool-select-open-modal {
  width: 206px;
}

/* 可以根据使用地方自定义 */
.tool-select-container.left {
  min-width: 105px;
  max-width: 173px;
  flex: 0.4;
}

.tool-select-container.open .tool-select-options-container {
  display: block;
}

.tool-select-container.open .tool-open-close-icon {
  transform: translateY(-50%) scale(0.5) rotate(180deg);
}

.tool-select,
.tool-modal-select {
  background: #ffffff;
  border: 1px solid #c5d4e3;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  padding: 16.5px 30px 16.5px 20px;
  height: 51px;
}

/* .tool-select:hover,.tool-modal-select:hover {
  border: 1px solid #52C41A;
  position: relative;
}

.tool-select:hover::before,.tool-modal-select:hover::before {
  content: " ";
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
  border: 3px solid #f1faed;
  border-radius: 5px;
} */

.tool-select.large,
.tool-modal-select.large {
  padding: 21px 35px 21px 30px;
  height: 60px;
}

.tool-select.large .tool-open-close-icon,
.tool-modal-select.large .tool-open-close-icon {
  right: 15px;
}

.tool-select.small,
.tool-modal-select.small {
  padding: 11px 35px 11px 20px;
  height: 40px;
}

.tool-select.small .tool-open-close-icon,
.tool-modal-select.small .tool-open-close-icon {
  right: 15px;
}

.tool-select-left {
  /* border-right: none; */
  margin-right: -1px;
  border-radius: 5px 0 0 5px;
}

.tool-select .tool-open-close-icon,
.tool-modal-select .tool-open-close-icon {
  position: absolute;
  right: 8px;
  color: #c5d4e3;
  top: 50%;
  transform: translateY(-50%) scale(0.5);
}

.tool-select-options-container {
  position: absolute;
  width: 100%;
  left: 0;
  display: none;
  top: calc(100% + 1px);
  padding-top: 8px;
  z-index: 2;
}

.tool-select-options-bg {
  width: 100%;
  padding: 11px 0;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 30px 0px #eef2f6;

  overflow-y: auto;
  max-height: 197px;
}

.tool-select-options-item {
  padding: 10.5px 20px;
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
}

.tool-select.large .tool-select-options-item {
  padding: 10.5px 30px;
}

.tool-select-value {
  font-size: 14px;
  line-height: 16px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tool-select-options-item:hover,
.tool-select-options-item.active {
  background: #f7f9fc;
  color: #52c41a;
}

.tool-modal-select .tool-select-value {
  color: #d9d9d9;
}

/* ============================================================== */

/* 选择弹窗  */
/* 弹窗样式 */
/* .tool-modal 属于公共  等等后面其他弹窗 再抽取*/

/* locations 选择弹窗 */
.tool-locations-modal .modal-dialog {
  width: 923px;
  max-width: 923px;
}

.tool-locations-modal .modal-header {
  padding: 38px 30px;
  align-items: center;
  border-bottom: none;
}

.tool-locations-modal .modal-title {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  line-height: 24px;
}

.tool-locations-modal .modal-body {
  padding: 0 30px 0px 31px;
  max-height: 493px;
  overflow: auto;
}

.tool-locations-modal .modal-footer * {
  margin: 0;
}

.tool-cancel-btn {
  border: 1px solid #52c41a;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  color: #52c41a;
  line-height: 18px;
  padding: 15px 30px;
  background-color: #ffffff;
}

.tool-done-btn {
  padding: 16px 30px;
  font-size: 18px;
  line-height: 18px;
}

.tool-locations-modal .modal-footer .tool-cancel-btn {
  margin-right: 30px;
}

.tool-locations-modal .modal-footer {
  border-top: none;
  box-shadow: 0px 0px 30px 0px rgba(174, 186, 197, 0.15);
  padding: 24px 30px;
  justify-content: space-between;
}

.tool-check-input-content {
  padding: 0 26px;
}

.tool-checkbox-container label {
  cursor: pointer;
}

.tool-checkbox-container label:hover input[type="checkbox"]::before {
  border-color: #52c41a;
}

/* 日期选择弹窗 */
.tool-date-modal .modal-dialog {
  width: 700px;
  min-width: 700px;
}

.tool-date-modal .modal-header {
  padding: 38px 30px 15px 30px;
  align-items: center;
  border-bottom: none;
}

.tool-date-modal .modal-body {
  padding: 0 100px 90px 100px;
  max-height: 493px;
  overflow: auto;
}

.tool-date-modal .tool-date-modal-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  line-height: 24px;
}

.tool-date-select {
  position: relative;
}

.tool-date-input {
  padding: 22px 55px 22px 55px;
  background: #ffffff;
  border: 1px solid #c5d4e3;
  border-radius: 5px;
  width: 100%;
  line-height: 18px;
  height: 64px;
}

.tool-date-select .tool-date-select-icon {
  position: absolute;
  font-size: 20px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #c5d4e3;
}

.tool-date-select .tool-date-select-clear {
  position: absolute;
  font-size: 20px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #888888;
  display: none;
}

/* .tool-date-select:hover .tool-date-select-clear {
  display: inline-block;
} */

.tool-date-btn {
  width: 100%;
  padding: 21px 30px;
  font-size: 18px;
  line-height: 18px;
}

/* 重置时间选择样式 */
body .layui-laydate {
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0px rgba(174, 186, 197, 0.15);
  border: none;
}

body .layui-laydate .layui-laydate-main div {
  color: #000000;
}

.layui-laydate-content th {
  color: #000000;
}

body .layui-laydate .layui-this,
.layui-laydate .layui-this > div {
  background-color: #e1f7d5 !important;
  color: #52c41a !important;
  border-radius: 5px;
}

body .layui-laydate-content td > div:hover,
body .layui-laydate-list li:hover,
body .layui-laydate-shortcut > li:hover {
  background-color: #e1f7d5 !important;
  color: #52c41a !important;
  border-radius: 5px;
}

body .layui-laydate-header {
  border-bottom: none;
}

body .layui-laydate-content thead tr {
  border-bottom: 1px solid #eaeff5;
}

body .layui-laydate-content .laydate-day-next div,
body .layui-laydate-content .laydate-day-prev div {
  color: #d9d9d9;
}

body .layui-laydate-header i:hover,
.layui-laydate-header span:hover {
  color: #52c41a;
}

body .layui-laydate-header i {
  font-size: 12px;
}

body .laydate-set-ym span {
  font-weight: 700;
}

/* tabs */
.tool-tab-pane {
  padding: 30px 30px 40px 30px;
}

.tool-tab-pane .tool-bulk-card-container {
  padding: 0px 0 2px 0px;
  margin-top: -18px;
  margin-bottom: 0;
}

.tool-tab-container {
  height: 90px;
  background: #f2f4f8;
  border-radius: 5px 5px 0 0;
  padding: 16px 30px 0 30px;
  position: relative;
}

.tool-tab-list-content {
  overflow: hidden;
  height: 100%;
}

.tool-tab-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  transition: transform 0.3s;
  height: 100%;
}

.tool-tab-item {
  flex: 0 0 auto;
  padding: 20px 30px 0 30px;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  font-size: 24px;
  color: #888888;
  line-height: 24px;
}

.tool-tab-item:hover {
  opacity: 0.8;
}

.tool-tab-item.active {
  background: #fff;
  font-weight: 700;
  color: #222222;
  position: relative;
}

.tool-tab-item.active::before {
  content: "";
  position: absolute;
  left: -10px;
  background-image: url("../assets/content/round.png");
  width: 10px;
  height: 10px;
  bottom: 0;
  background-color: #fff;
  transform: rotate(-90deg);
}

.tool-tab-item.active::after {
  content: "";
  position: absolute;
  right: -10px;
  background-image: url("../assets/content/round.png");
  width: 10px;
  height: 10px;
  bottom: 0;
  background-color: #fff;
}

.tool-tab-button {
  height: 66px;
  width: 51px;

  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
  border: none;
  cursor: pointer;

  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0px #dfe4ed;
}

.tool-tab-button:hover::before {
  opacity: 0.8;
}

.tool-tab-button::before {
  content: "";
  position: absolute;
  display: inline-block;
  border-top: 8px solid transparent;
  border-right: 0;
  border-bottom: 8px solid transparent;
  border-left: 8px solid;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tool-tab-button.tab-prev-button::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.tab-prev-button {
  left: 12.75px;
}

.tab-next-button {
  right: 12.75px;
}

/* ============================================= */

/*WHOISHistorySearchDetails 主页面 */

.w-px-250 {
  width: 250px;
}

/* html-converter 主页面 */
.tool-html-converter-container {
  margin: 100px 0;
}

.tool-html-converter-title {
  font-size: 40px;
  font-weight: 700;
  color: #222222;
  line-height: 40px;
  text-align: center;
}

.tool-html-converter-tip {
  opacity: 0.8;
  font-size: 18px;
  text-align: center;
  color: #555555;
  line-height: 24px;
}

.tool-html-converter-card {
  margin: -18px -18px 0 -18px;
}

.tool-html-converter-item-col {
  padding: 18px;
}

.tool-html-converter-card-item {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0px 4px 15px 0px #f4f7fa;
  cursor: pointer;

  /* 卡片定死宽度 */
  width: 273px;
}

.tool-html-converter-card-img {
  width: 100%;
  height: 109px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.tool-html-converter-card-img.html-to-js {
  background-image: url("../assets/htmlConverter/html-to-js.png");
}

.tool-html-converter-card-img.js-to-html {
  background-image: url("../assets/htmlConverter/js-to-html.png");
}

.tool-html-converter-card-img.html-to-asp {
  background-image: url("../assets/htmlConverter/html-to-asp.png");
}

.tool-html-converter-card-img.html-to-php {
  background-image: url("../assets/htmlConverter/html-to-php.png");
}

.tool-html-converter-card-img.html-to-jsp {
  background-image: url("../assets/htmlConverter/html-to-jsp.png");
}

.tool-html-converter-card-img.html-to-perl {
  background-image: url("../assets/htmlConverter/html-to-perl.png");
}

.tool-html-converter-card-img.html-to-sws {
  background-image: url("../assets/htmlConverter/html-to-sws.png");
}

.tool-html-converter-card-img.html-to-vbnet {
  background-image: url("../assets/htmlConverter/html-to-vbnet.png");
}

.tool-html-converter-card-img.html-to-ubb {
  background-image: url("../assets/htmlConverter/html-to-ubb.png");
}

.tool-html-converter-card-img.ubb-to-html {
  background-image: url("../assets/htmlConverter/ubb-to-html.png");
}

.tool-html-converter-card-text {
  height: 83px;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  line-height: 20px;
}

.tool-html-details-container {
  margin: 40px 0 90px 0;
}

/* html-converter 详情 */
.tool-html-converter-details-textarea {
  width: 100%;
  height: 370px;
  background: #211d26;
  border-radius: 5px;
  padding: 30px;
  color: #ffffff;
}

.tool-html-converter-details-textarea::placeholder {
  color: #a6a5a8;
}

.tool-html-converter-details-btns .tool-convert-code-btn,
.tool-html-converter-details-btns .tool-convert-clear-btn {
  padding: 13.5px 30px;
  font-size: 18px;
  height: 54px;
}

/* .tool-html-converter-details-btns .tool-convert-clear-btn {
  padding: 13.5px 30px;
  font-size: 18px;
  height: 54px;
} */

/* traceroute 详情 */
/* tool-traceroute-tabs */
.tool-traceroute-tabs {
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0px rgba(238, 242, 246, 0.6);
}

/* IPGeolocation 页面  待定  看手机端换行下去 再决定要不要使用  */
.right-dividing {
  position: relative;
}

.right-dividing::after {
  position: absolute;
  right: 14px;
  top: -30px;
  content: " ";
  height: calc(100% + 60px);
  border-right: 1px solid #c5d4e3;
}

/* PingTest  页面 */
.tool-function-ping-select {
  width: 163px;
}

.tool-ping-input-box {
  width: 265px;
}

/* //==================================== */

/* ReverseWHOISSearchDetails 页面 */
.tool-reverse-text-tip {
  font-size: 20px;
  color: #000000;
}

.tool-tooltip {
  /* width: 500px; */
}

.tool-tooltip .tooltip-inner {
  max-width: 255px;
  padding: 20px;
  background: rgba(58, 62, 63, 0.85);
  border-radius: 10px;
}

.tooltip.tool-tooltip .arrow::before {
  border-bottom-color: rgba(58, 62, 63, 0.85);
  border-top-color: rgba(58, 62, 63, 0.85);
}

/* 手机端弹窗 */
.tool-mobile-modal {
  display: none;
}

.tool-mobile-modal-container {
  position: fixed;
  display: none;
  height: 610px;
  width: 100%;
  z-index: 99999;
  bottom: 0;
  /* 初始位置在底部隐藏 */
  transition: bottom 2s;
  background-color: #ffffff;
  border-radius: 10px 10px 0 0;
  left: 0;
  right: 0;
}

.tool-mobile-modal-container.small {
  height: 338px;
}

.tool-mobile-modal-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9999;
}

.tool-mobile-modal-header {
  padding: 30px 20px 30px 20px;
}

.tool-mobile-modal-title {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  line-height: 24px;
  width: calc(100% - 18px);
  white-space: nowrap;
}

.tool-mobile-modal-close {
  font-size: 12px;
  color: #999999;
}

.tool-mobile-modal-body {
  height: calc(100% - 158px);
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 10px;
  padding: 0px 20px 0 20px;
}

.tool-mobile-modal-footer {
  display: flex;
  padding: 16.5px 20px;
  box-shadow: 0px 0px 30px 0px rgba(174, 186, 197, 0.15);
  position: relative;
  bottom: 0;
}

/* 缺省提示 */

.tool-default-page {
  font-size: 20px;
  color: #222222;
  line-height: 20px;
  min-height: 290px;
}

/* 重写手机端 weui 时间选择器 */

.tool-datePicker-container .weui-mask,
.weui-mask_transparent {
  /* z-index: 2000; */
  display: none;
}

.tool-datePicker-container .weui-btn.weui-btn_primary.weui-picker__btn {
  /* background: linear-gradient(289deg, #58c71d 0%, #a7e742);
  border-radius: 5px;
  border: none; 
  
    width: 106px;
  padding: 12px 36px;
  
    color: #ffffff !important;*/

  white-space: nowrap;
  font-size: 16px;
  line-height: 12px;
  background: #ffffff;
  color: rgba(0, 0, 0, 0.9);
  width: auto;
  padding: 10px;
  color: #52c41a;
}

.tool-datePicker-container .weui-half-screen-dialog__ft {
  padding-bottom: 0;
  position: absolute;
  top: 16px;
  right: 10px;
}

.tool-datePicker-container .weui-half-screen-dialog__bd {
  padding-bottom: 26px;
}

.modal-content {
  box-shadow: 0px 0px 30px 0px rgba(174, 186, 197, 0.15);
}

.modal-to-top {
  /* margin-top: -295px; */
  margin-bottom: 390px;
}

/* 分页器样式 */

.tool-pagination-icon {
  transition: all 0.4s;
  display: inline-block;
  transform: scale(0.5) rotateY(180deg);
}

.layui-laypage-pagination {
}

.layui-laypage a,
.layui-laypage span {
  min-width: 28px;
  height: 28px;
  padding: 0;
  text-align: center;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 12px;
  border-radius: 3px;

  color: #222222;
}

.layui-laypage a[data-page] {
  color: #222222;
}

.layui-laypage > a:first-child,
.layui-laypage > a:first-child em {
  border-radius: 3px;
}

.layui-laypage a,
.layui-laypage button,
.layui-laypage input,
.layui-laypage select,
.layui-laypage span {
  border-color: #eaeff5;
}

.layui-laypage-skip {
  font-size: 0px !important;
  width: 130px;
  position: relative;
}

.layui-laypage-skip .layui-input {
  width: 100%;
  margin: 0 !important;
  border-radius: 5px;
  font-size: 12px;
  text-align: left;
  padding-left: 15px;
}

.layui-laypage-skip .layui-laypage-btn {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 28px;
  height: 28px;
  border: none;
  border-left: 1px solid #d9d9d9;
  /* #52c41a; */
  border-radius: 0 5px 5px 0;

  font-family: "iconfont" !important;

  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  padding: 0;
}

.layui-laypage-skip .layui-laypage-btn::before {
  transition: all 0.4s;
  display: inline-block;
  transform: scale(0.5);
  font-size: 16px;
  content: "\e626";
}

.layui-laypage input:focus,
.layui-laypage select:focus,
.layui-laypage input:hover {
  border-color: #52c41a !important;
}

.layui-laypage input:focus + .layui-laypage-btn,
.layui-laypage input:hover + .layui-laypage-btn {
  border-color: #52c41a !important;
}

.layui-laypage-skip:hover .layui-laypage-btn,
.layui-laypage-skip:hover input {
  border-color: #52c41a !important;
}

.layui-laypage-btn:hover,
.layui-laypage-btn:hover::before {
  color: #52c41a;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background: #52c41a;
}

.layui-laypage a:not(.layui-disabled):hover {
  border-color: #52c41a;
  color: #52c41a !important;
}

.layui-disabled,
.layui-disabled:hover {
  color: #d9d9d9 !important;
}

/* 暂时隐藏  开放时可以直接删除 */
.tool-login-content {
  /* 不是这个版本 */
  display: none;
}

/* 不是这个版本 */
.tool-navbar-collapse {
  margin-right: 0;
}

/* 不是这个版本 */
.tool-get-free-container {
  display: none;
}

/* 不是这个版本 */
.tool-navbar-collapse .tool-dropdown:last-child .tool-dropdown-menu {
  left: auto;
  right: 0;
}

/* 移动端选择  后面考虑修改成公共*/

.tool-select-mobile-container {
  width: 100%;
}

.tool-select-mobile-container .tool-mobile-modal-container {
  height: auto;
}

.tool-select-mobile-content {
  width: 100%;
  display: flex;
  position: relative;

  height: 36px;
  background: #f2f5f9;
  border-radius: 26px;

  padding: 10px 56px 8px 20px;

  font-size: 14px;
  color: #222222;
  line-height: 18px;
}

.tool-select-mobile-icon-content {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 26px 26px 0;
  background: #e3ebf5;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;

  width: 54px;
  height: 100%;
}

.tool-select-mobile-value {
  width: 100%;
}

.tool-select-mobile-icon {
  display: inline-block;
  transform: scale(0.5);
  color: #9aa7b5;
}

/* 使用的地方加自己的class标识 */
.tool-select-html-converter .tool-mobile-modal-body {
  padding: 0 20px 40px 20px;
}

.tool-html-converter-item {
  height: 36px;
  background: #f2f5f9;
  border-radius: 26px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 14px;
}

.tool-html-converter-item.active {
  background: #e5f6dd;
  border: 1px solid #52c41a;
  color: #52c41a;
}

.tool-html-converter-select-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.tool-html-converter-select-item {
  width: 50%;
  padding: 7.5px;
}

.tool-readonly-input {
  display: none;
}

.tool-word-break {
  word-break: break-all;
}

.tool-nowrap {
  white-space: nowrap;
}

/* 语言标识 语言专属样式 */
.ru .tool-nav-link {
  font-size: 12px;
}

/* 移动端 */
/* .ru .tool-mobile-modal-footer button{
  font-size: 12px;
  padding: 12px 15px;
}

.ru  .tool-mobile-modal-title{
  font-size: 14px;
} */

.pt .tool-nav-link {
  font-size: 13px;
}

.es .tool-nav-link {
  font-size: 13px;
}

#InptEditor,#resultEditor {
  color: #A6A5A8
}

.ol-popup {
  position: absolute;
  background-color: rgba(58, 62, 63, 0.85);
  -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
  padding: 15px;
  border-radius: 10px;
  bottom: 15px;
  left: -112px;
  min-width: 240px;
}

.ol-popup h5 {
  font-weight: bold;
}

.ol-popup h5,
.ol-popup em {
  color: #fff;
  font-size: 14px;
}

.ol-popup:after,
.ol-popup:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.ol-popup:after {
  border-top-color: rgba(58, 62, 63, 0.85);
  border-width: 10px;
  left: 48px;
  margin-left: 53px;
  margin-top: -2px;
}

.ol-popup:before {
  border-width: 11px;
  left: 48px;
  margin-left: -11px;
}

.ol-popup-closer {
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 8px;
}

/* 整体的文字显示方向 */
.direction-rtl {
  direction: rtl;
}

/* 具体的文本对齐方式 */
.text-right {
  text-align: right;
}


.mobile-show {
  display: none;
}
/* ===============可以独立到这个语言内单独引入=========适配文字方向样式=============================== */

.ar {
  direction: rtl;
  text-align: right !important;
}

.ar .tool-navbar-collapse .tool-dropdown:last-child .tool-dropdown-menu {
  left: 0;
  right: auto;
}

.ar .tool-jumbotron-text,
.ar .tool-jumbotron-statistics .tool-jumbotron-main,
.ar .tool-jumbotron-statistics .tool-jumbotron-tip,
.ar .tool-footer-right,
.ar .tool-function-introduction-container,
.ar .tool-function-content,
.ar .tool-related-tools-title,
.ar .tool-footer-right-title {
  text-align: right;
}

.ar .tool-search-input-content {
  margin-left: 30px;
  margin-right: 0;
}

.ar .tool-card-icon {
  right: auto;
  left: 43px;
  transform: rotateY(180deg);
}

.ar .tool-example-icon {
  transform: rotateY(180deg);
}

.ar .tool-card-item:hover .tool-card-icon {
  left: 40px;
}

.ar .tool-m-navbar-icon-bg {
  margin-right: 0;
  margin-left: 16px;
}

.ar .tool-left-logo {
  margin-right: 0;
  margin-left: 20px;
}

.ar .tool-page-title-img {
  margin-right: 0;
  margin-left: 15px;
}

.ar .tool-language-icon {
  margin-right: 0;
  margin-left: 8px;
}

.ar .tool-login-content .tool-login {
  margin-right: 0;
  margin-left: 30px;
}

.ar .tool-m-login {
  margin-right: 0;
  margin-left: 10.5px;
}

.ar .tool-search-li {
  margin-right: 0;
  margin-left: 50px;
}

.ar .tool-ip-msg-text-label {
  margin-right: 0;
  margin-left: 10px;
}

.ar .tool-related-tools-icon {
  margin-right: 0;
  margin-left: 18px;
}

.ar .tool-bulk-details-img {
  margin-right: 0;
  margin-left: 5px;
}

.ar .tool-example-description {
  margin-right: 0;
  margin-left: 18px;
}

.ar .tool-example-description.pd-l-70 {
  padding-right: 26px;
  padding-left: 0;
}

.ar .m-r-10 {
  margin-right: 0;
  margin-left: 10px;
}

.ar .m-r-15 {
  margin-right: 0;
  margin-left: 15px;
}

.ar .m-r-20 {
  margin-right: 0;
  margin-left: 20px;
}

.ar .m-r-30 {
  margin-right: 0;
  margin-left: 30px;
}

.ar .m-r-36 {
  margin-right: 0;
  margin-left: 36px;
}
.ar .m-l-10 {
  margin-right: 10px;
  margin-left: 0;
}
.ar .m-l-20 {
  margin-right: 20px;
  margin-left: 0;
}

.ar .tool-language {
  margin-left: 0;
  margin-right: 10px;
}

.ar .tool-filter-icon-container {
  margin-left: 0;
  margin-right: 5px;
}

.ar .tool-filter-icon {
  right: 0;
  left: auto;
}

.ar .tool-dropdown-item-text {
  padding-left: 0;
  padding-right: 12.5px;
}

.ar .dropdown-tip-icon {
  display: none;
  right: auto;
  left: 15px;
  transform: scale(0.6) rotateY(180deg);
}

.ar .modal-header .close {
  margin: -1rem auto -1rem -1rem;
}

.ar input[type="checkbox"] {
  margin-right: 0;
  margin-left: 10px;
}

.ar .tool-bulk-card-text {
  padding-right: 25px;
  padding-left: 0;
}

.ar .tool-related-tools-item {
  padding: 20px 80px 20px 0px;
}

.ar .tool-locations-modal .modal-footer .tool-cancel-btn {
  margin-right: 0;
  margin-left: 30px;
}

.ar .tool-select-left {
  margin-right: 0;
  margin-left: -1px;
  border-radius: 0 5px 5px 0;
}

.ar .list-before {
  padding-left: 0;
  padding-right: 18px;
}

.ar .list-before::before {
  left: auto;
  right: 0;
  top: 6px;
}

.ar .right-dividing::after {
  right: auto;
  left: 14px;
}

.ar .comm-input-container .comm-input-clear {
  right: auto;
  left: 20px;
}

.ar .tool-date-select .tool-date-select-icon {
  left: auto;
  right: 20px;
}

.ar .icon-right {
  transform: scale(0.5) rotate(180deg);
}

.ar .tab-prev-button {
  left: auto;
  right: 12.75px;
}

.ar .tab-next-button {
  left: 12.75px;
  right: auto;
}

.ar .tool-tab-button::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.ar .tool-tab-button.tab-prev-button::before {
  transform: translate(-50%, -50%);
}

.ar .comm-input-container input {
  width: 100%;
  padding-left: 40px;
  padding-right: 15px;
}

.ar .tool-select.large .tool-open-close-icon,
.ar .tool-modal-select.large .tool-open-close-icon {
  right: auto;
  left: 15px;
}

.ar .tool-back-to-top {
  right: auto;
  left: 90px;
}

.ar .tool-date-select .tool-date-select-clear {
  right: auto;
  left: 20px;
}

.ar .tool-function-input-right {
  border-radius: 5px 0 0 5px !important;
}
.ar .tool-select-mobile-icon-content {
  right: auto;
  left: 0;
  border-radius: 26px 0 0 26px;
}
.ar .tool-select-mobile-content {
  padding: 10px 20px 8px 56px;
}

.ar .tool-details-search-content {
  text-align: left;
}

.ar .tool-select .tool-open-close-icon,
.ar .tool-modal-select .tool-open-close-icon {
  right: auto;
  left: 8px;
}
.ar .tool-select.small .tool-open-close-icon,
.ar .tool-modal-select.small .tool-open-close-icon {
  right: auto;
  left: 15px;
}

.ar .tool-select,
.ar .tool-modal-select {
  padding: 16.5px 20px 16.5px 30px;
}

.ar .tool-select.large,
.ar .tool-modal-select.large {
  padding: 21px 30px 21px 35px;
}

.ar .tool-select.small,
.ar .tool-modal-select.small {
  padding: 11px 20px 11px 35px;
}

/* ============================================================================= */
