.mobile-flex-show {
  display: none;
}

.mobile-flex-hidden {
  display: flex;
}

.mobile-show {
  display: none;
}

/* 统一  响应式处理  1200 设置需要配合移动端专属页面交互 部分页面使用移动端组件  */
@media (max-width: 1200px) {
  /* 待实际确认 */
  .m-b-20 {
    margin-bottom: 14px;
  }

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

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

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

  .m-b-30 {
    margin-bottom: 21px;
  }
  .m-b-15 {
    margin-bottom: 10px;
  }
  .m-b-44 {
    margin-bottom: 31px;
  }
  .m-b-60 {
    margin-bottom: 42px;
  }

  .m-b-70 {
    margin-bottom: 49px;
  }
  /* =======公用======= */
  .comm-input-container {
    margin-bottom: 15px;
    height: 36px;
  }

  .comm-input-container.m-r-20,
  .comm-input-container.m-r-30 {
    margin-right: 0;
  }

  .comm-input-container.no-m-b {
    margin-bottom: 0px;
  }
  .comm-error-tip {
    padding: 10px 20px;
  }

  .pc-navbar {
    display: none !important;
  }

  .mobile-flex-hidden {
    display: none !important;
  }

  .tool-m-navbar {
    display: flex !important;
  }

  .mobile-hidden {
    display: none !important;
  }

  .mobile-show {
    display: block;
  }
  .mobile-flex-show {
    display: flex !important;
  }

  .w-1200 {
    min-width: auto;
  }

  .tool-search-btn {
    min-width: 130px;
  }

  .tool-html-converter-details-btns .tool-convert-clear-btn,
  .tool-html-converter-details-btns .tool-convert-code-btn,
  .tool-cancel-btn,
  .tool-done-btn,
  .tool-example-btn,
  .tool-search-btn,
  .tool-textarea-btn-search,
  .tool-textarea-btn-clear,
  .tool-details-btn,
  .tool-function-btn,
  .tool-date-btn {
    font-size: 14px;
    padding: 12px 21px;
    line-height: 12px;
    height: 36px;
  }

  /* 导航条 */
  .tool-navbar {
    padding: 0 10.5px 0 0;
    height: 42px;
  }

  .tool-brand {
    width: 70px;
    height: 24px;
    background: url("../assets/header/logoM.png") center no-repeat;
  }

  .tool-login-content .tool-sign {
    padding: 6px 8px;
    border-radius: 3px;
    font-size: 12px;
    color: #ffffff;
    line-height: 12px;
  }

  .tool-login-content .tool-login {
    margin-right: 10.5px;
  }

  .tool-language:hover .tool-language-pc {
    display: none !important;
  }
  .tool-language:hover {
    background: none;
  }

  .tool-language .tool-language-icon {
    transform: scale(0.625);
    margin-right: 5px;
  }

  .tool-language .tool-language-value {
    font-size: 12px;
    line-height: 16px;
  }

  /* 移动端 弹出层专用 */
  body.tool-slideout-opened {
    height: 100vh;
    overflow: hidden;
  }

  .tool-back-to-top {
    width: 52px;
    height: 52px;
    right: 30px;
    bottom: 40px;
  }

  /* 移动端适配  首页 */

  .tool-jumbotron {
    padding: 49px 28px 152px 28px;
  }

  .tool-jumbotron-statistics .tool-jumbotron-main {
    font-size: 18px;
    margin-bottom: 6px;
  }

  .tool-jumbotron-statistics .tool-jumbotron-tip {
    font-size: 12px;
  }

  .left-dividing::after {
    content: none;
  }

  .tool-jumbotron-text {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 9px;
  }

  /* 搜索部分 */
  .tool-search-content {
    padding: 20px;
  }

  .tool-search-container {
    padding: 0 20px;
  }

  .tool-search-li {
    font-size: 16px;
    padding-bottom: 5px;
    line-height: 18px;
    margin-right: 20px;
  }

  .tool-search-check {
    margin-bottom: 24px;
  }

  .tool-search {
    flex-wrap: wrap;
  }

  .tool-search-input-content {
    padding-right: 0;
    margin-bottom: 15px;
    min-width: 100%;
  }

  .tool-search-input {
    padding: 10px 15px;
    font-size: 12px;
    line-height: 12px;
    height: 36px;
  }

  /* 描述 */
  .tool-description-container {
    margin-top: 66px;
    padding: 0 20px;
  }

  .tool-description-title {
    font-size: 26px;
    margin-bottom: 20px;
  }

  /* 卡片 */
  .tool-card-container {
    margin-top: 56px;
    margin-bottom: 49px;
  }

  .tool-card-item {
    padding: 20px;
  }

  .tool-card-img-content .tool-card-img {
    width: 48px;
    height: 48px;
  }

  .tool-card-text-main {
    margin-top: 14px;
  }

  .tool-card-container .tool-card-content .tool-item-col {
    padding: 10px 20px;
  }

  /* 试用按钮 */
  .tool-get-free-btn {
    font-size: 14px;
    padding: 11px 42px;
    line-height: 14px;
  }

  .tool-get-free {
    margin-bottom: 88px;
  }

  /* 例子 */
  .tool-example-container {
    padding: 70px 20px;
  }

  .tool-example-content {
    flex-wrap: wrap;
  }

  .tool-example-title {
    font-size: 16px;
    line-height: 16px;
  }

  .tool-example-type-icon {
    width: 48px;
    height: 48px;
  }

  .tool-example-btn-content.mobile-flex-show {
    margin-top: 28px;
  }

  .tool-example-img {
    width: 100%;
  }

  .tool-example-content.reverse {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .tool-example-description {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .tool-example-main-text {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 24px;
  }

  .tool-example-tip-text {
    margin-bottom: 28px;
  }

  /* 公司介绍 */
  .tool-company-content {
    padding: 105px 20px;
  }

  .tool-company-main {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 28px;
  }

  /* 试用区域 */
  .tool-get-free-container {
    padding: 0 20px;
  }

  .tool-get-free-content {
    /* flex-wrap: wrap; */
    padding: 35px 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .tool-get-free-mian-text {
    font-size: 26px;
    line-height: 20px;
  }

  .tool-get-free-tip-text {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 30px;
  }

  .tool-free-btn {
    padding: 10px 30.5px;
    font-size: 14px;
    line-height: 14px;
    border-radius: 5px;
    box-shadow: 0px 0px 20px 0px #51c30f;
  }

  /* 底部区域 */
  .tool-footer-content {
    flex-wrap: wrap;
    padding: 0 20px;
  }

  .tool-footer {
    padding: 60px 0 46px 0;
  }

  .tool-left-logo {
    min-width: 54px;
    width: 54px;
    height: 54px;
    min-height: 54px;
    margin-right: 15px;
  }

  .tool-left-text-main {
    font-size: 24px;
    line-height: 24px;
    margin-top: 2px;
    margin-bottom: 10px;
  }

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

  .tool-left-contact-text {
    margin-top: 15px;
  }

  .tool-copy-right {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 50px;
  }

  .tool-footer-right-title {
    font-size: 26px;
    line-height: 20px;
    margin-bottom: 28px;
  }

  .tool-footer-right-item {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 20px;
  }

  /* 移动端适配  公共 功能头部 */

  .tool-page-title {
    padding: 7px 20px;
  }

  .tool-page-title-img {
    width: 24px;
    margin-right: 8px;
  }

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

  .tool-page-title-text {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
  }

  /* 移动端适配  公共 功能区域 */
  .tool-function-container {
    padding: 84px 20px;
  }

  .tool-function-title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 10px;
  }

  .tool-function-tip {
    margin-bottom: 49px;
    font-size: 16px;
    line-height: 28px;
  }

  .tool-function-input-title {
    font-size: 16px;
    line-height: 16px;
    white-space: normal;
  }

  .tool-function-input-content {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }

  .tool-function-input-content.m-b-70 {
    margin-bottom: 50px;
  }

  .tool-function-input {
    padding: 8px 15px;
    font-size: 12px;
    width: 100%;
    height: 36px;
  }

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

  .tool-ip-msg-container {
    padding: 21px;
  }

  /* 功能介绍 */
  .tool-function-introduction-container {
    padding: 84px 20px 84px 20px;
  }

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

  .tool-function-introduction-list {
    margin: 0;
  }

  .tool-function-introduction-list-item {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
  }

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

  .tool-related-tools-title {
    font-size: 24px;
    line-height: 24px;
  }

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

  .tool-related-tools-list {
    margin: 0;
  }

  .tool-related-tools-item {
    padding-left: 0;
    padding-right: 0;
  }

  /* BulkIPLookup 页面 */

  .tool-function-textarea {
    padding: 21px;
  }

  /* BulkIPLookupDetails 页面 */
  .tool-details-container {
    padding: 35px 20px 63px 20px;
  }

  .tool-details-title {
    flex-direction: column-reverse;

    margin-bottom: 20px;
  }

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

  .tool-bulk-details-container {
    padding-top: 35px;
  }

  .tool-bulk-details-img {
    width: 31px;
  }

  .tool-bulk-details-title {
    font-size: 14px;
    line-height: 14px;
    margin-left: 0px;
  }

  /* IPWHOISDetails 页面 */
  .tool-details-input-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .tool-details-input {
    font-size: 12px;
    padding: 10px 20px;
    line-height: 12px;
    width: 100%;
    height: 36px;
  }

  .tool-details-input-text {
    font-size: 18px;
    line-height: 18px;
    margin-top: 35px;
  }

  .tool-details-msg {
    padding: 21px;
  }

  /* IPGeolocationDetails 页面 */

  .col.right-dividing::after {
    width: calc(100% + 12px);
    border-right: none;
    border-bottom: 1px solid #c5d4e3;
    left: -6px;

    height: 1px;
    top: auto;
    bottom: -30px;
    right: auto;
  }

  .tool-details-map {
    margin-top: 50px;
  }

  /* DNSCheck 页面 */

  .tool-select,
  .tool-modal-select {
    padding: 9px 35px 9px 20px;
    height: 36px;
  }

  .tool-select.large,
  .tool-modal-select.large {
    padding: 9px 35px 9px 20px;
    height: 36px;
  }

  .tool-function-input-box {
    margin-top: 35px;
  }

  /* DNSCheckDetails 页面 */
  .tool-details-input-content {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .tool-details-input-box {
    width: 100%;
  }

  .tool-details-input-box:not(:nth-of-type(1)) {
    margin-top: 15px;
  }

  /* PingTest 页面 */
  .tool-function-ping-select {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .tool-ping-input-box {
    width: 100%;
  }
  .tool-select-container {
    width: 100%;
    margin-bottom: 15px;
  }
  .tool-select-container.left {
    margin-bottom: 0;
  }
  .tool-select-container.tool-select-open-modal {
    width: 100%;
  }

  .tool-select-container.w-px-250 {
    width: 230px;
  }

  .tool-date-filer-container {
    margin-bottom: 35px;
  }

  /* HTMLConverter 页面 */
  .tool-html-converter-container {
    margin: 70px 0;
    padding: 0 20px;
  }
  .tool-html-converter-title {
    font-size: 28px;
    line-height: 28px;
    text-align: left;
  }

  .tool-html-converter-item-col {
    padding: 10px 20px;

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

  .tool-html-converter-tip {
    font-size: 16px;
    text-align: left;
  }

  .tool-html-details-container {
    margin: 28px 0 63px 0;
    padding: 0 20px;
  }

  .tool-tab-pane {
    padding: 21px 21px 28px 21px;
  }
  .tool-html-converter-details-textarea {
    padding: 21px;
  }

  .tool-tab-container {
    height: 63px;
    padding: 11px 21px 0 21px;
  }
  .tool-tab-item {
    padding: 14px 21px 0 21px;
    font-size: 16px;
    line-height: 16px;
  }

  .tool-tab-button {
    padding: 7px;
    height: 46px;
    width: 35px;
  }
  .tool-tab-button::before {
    border-width: 6px;
  }

  /* ReverseWHOISSearch 页面 */
  .tool-date-modal .modal-body {
    padding: 0 30px 30px 30px;
  }
  .tool-date-modal .modal-dialog {
    width: auto;
    min-width: auto;
  }

  .tool-date-modal .modal-header {
    padding: 38px 30px 15px 30px;
  }

  .tool-date-input {
    padding: 8px 39px;
    font-size: 12px;
    height: 36px;
  }
  .tool-date-modal .tool-date-modal-title {
    font-size: 18px;
    line-height: 18px;
  }
  .tool-date-select .tool-date-select-icon {
    font-size: 14px;
    left: 14px;
  }

  .tool-date-select .tool-date-select-clear {
    font-size: 14px;
    right: 14px;
  }

  .comm-input-container .comm-input-clear {
    font-size: 14px;
    right: 14px;
  }
  /* 分页 */
  .layui-laypage .layui-laypage-skip {
    display: block;
    margin-left: 0;
  }

  .tool-default-page {
    font-size: 14px;
  }

  .ru .tool-html-converter-details-btns .tool-convert-clear-btn {
    font-size: 12px;
  }

  /* ==========================反向显示的语言======================================== */
  .ar .tool-html-converter-title,
  .ar .tool-details-search-content,
  .ar .tool-html-converter-tip {
    text-align: right;
  }

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

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

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

  /* 导航条 */
  .ar .tool-navbar {
    padding: 0 0 0 10.5px;
  }
  .ar .tool-search-li {
    margin-right: 0;
    margin-left: 20px;
  }

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

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

  .ar .tool-related-tools-item {
    padding-left: 0;
    padding-right: 0;
  }
  .ar .tool-back-to-top {
    right: auto;
    left: 30px;
  }
  .ar .tool-date-select .tool-date-select-clear {
    right: auto;
    left: 14px;
  }

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

  .ar .tool-select.large,
  .ar .tool-modal-select.large {
    padding: 9px 20px 9px 35px;
  }

  .ar .tool-select-container.w-px-250 {
    margin-bottom: 0;
  }
  /* ================================================================== */
}

/* 用于  适配卡片显示 */
@media (max-width: 700px) {
  .tool-bulk-card-container {
    padding: 20px 0;
    margin: 0;
  }
  .tool-tab-pane .tool-bulk-card-container {
    padding: 0 0 20px 0;
    margin: 0;
  }
  .tool-bulk-card-container .tool-bulk-card-box {
    padding: 0;
  }

  .tool-bulk-card-item {
    border-radius: 0;
    border-right: none;
    border-bottom: none;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }
  .tool-bulk-card-item::before {
    content: " ";
    height: calc(100% + 1px);
    border-right: 1px solid #dddddd;
    position: absolute;
    right: -1px;
    top: -1px;
  }
  .tool-bulk-card-item::after {
    content: " ";
    width: calc(100% + 2px);
    border-bottom: 1px solid #dddddd;
    position: absolute;
    bottom: -1px;
    left: -1px;
  }
  .tool-bulk-card-img {
    font-size: 24px;
    line-height: 24px;
  }
  .tool-bulk-card-text {
    padding-left: 0px;
    margin-top: 12px;
  }
  .tool-bulk-card-main-tip {
    font-size: 14px;

    height: 48px;
  }
  .tool-bulk-card-main-text {
    font-size: 14px;
    margin-bottom: 5px;
    white-space: normal;
  }

  /* 语言专属 */
  .ru .tool-mobile-modal-footer button,
  .el .tool-mobile-modal-footer button,
  .es .tool-mobile-modal-footer button {
    font-size: 12px;
    padding: 12px 15px;
  }

  .ru .tool-mobile-modal-title,
  .el .tool-mobile-modal-title,
  .es .tool-mobile-modal-title {
    font-size: 14px;
  }

  .ru .tool-details-search-content .tool-details-btn.tool-common-btn,
  .el .tool-details-search-content .tool-details-btn.tool-common-btn {
    font-size: 12px;
    padding: 12px 10px;
  }

  .el .tool-html-converter-item:not([code]),
  .fr .tool-html-converter-item:not([code]) {
    font-size: 12px;
  }
}

/* 卡片的特殊情况处理  手机屏幕小于375时  字体调小 */
@media (max-width: 375px) {
  .tool-bulk-card-main-tip {
    font-size: 12px;
  }
  .tool-bulk-card-main-text {
    font-size: 12px;
  }
}
