@charset "utf-8";
/* ==========================================================================
   密尔机械 · 扩展页面样式（404 / FAQ / 友情链接 / 首页CTA / 页脚友链）
   仅新增，不覆盖 style.css 既有规则
   ========================================================================== */

/* ---------------------------------- 通用 ---------------------------------- */
.epArrow {
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: rotate(45deg);
}

/* ================================== 404 页 ================================= */
.ep404 {
  position: relative;
  overflow: hidden;
  padding: 90px 0 110px;
  background: radial-gradient(circle at 18% 12%, #1d2f49 0%, #101a29 45%, #080d15 100%);
}
.ep404-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.ep404-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
}
.ep404-orb1 {
  width: 460px;
  height: 460px;
  left: -140px;
  top: -160px;
  background: #2e89ff;
  opacity: .55;
}
.ep404-orb2 {
  width: 380px;
  height: 380px;
  right: -120px;
  bottom: -160px;
  background: #ffd542;
  opacity: .22;
}
.ep404-grid {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 60px 60px;
  -webkit-mask-image: radial-gradient(circle at 50% 38%, #000 0%, rgba(0,0,0,0) 72%);
  mask-image: radial-gradient(circle at 50% 38%, #000 0%, rgba(0,0,0,0) 72%);
}
.ep404-inner {
  position: relative;
  z-index: 2;
  text-align: center;
}
.ep404-code {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  line-height: 1;
}
.ep404-num {
  font-size: 180px;
  font-weight: 900;
  font-family: "RobotoBold", Arial, "Microsoft YaHei", sans-serif;
  background: linear-gradient(180deg, #ffffff 0%, #9dc2ff 52%, #2e89ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 22px 46px rgba(46,137,255,.45));
}
.ep404-gear {
  position: relative;
  display: inline-block;
  width: 158px;
  height: 158px;
  border-radius: 50%;
  border: 12px solid rgba(46,137,255,.22);
  box-shadow: inset 0 0 46px rgba(46,137,255,.32);
}
.ep404-gear i {
  position: absolute;
  left: -12px;
  top: -12px;
  width: 158px;
  height: 158px;
  border-radius: 50%;
  border: 12px dashed rgba(46,137,255,.85);
  animation: ep404spin 14s linear infinite;
}
.ep404-gear em {
  position: absolute;
  left: 40px;
  top: 40px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7db6ff, #2e89ff);
  box-shadow: 0 0 40px rgba(46,137,255,.7);
  animation: ep404spin 9s linear infinite reverse;
}
@keyframes ep404spin {
  to { transform: rotate(360deg); }
}
.ep404-title {
  margin: 40px auto 0;
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
}
.ep404-desc {
  width: 100%;
  max-width: 700px;
  margin: 16px auto 0;
  font-size: 16px;
  line-height: 30px;
  color: rgba(255,255,255,.55);
}
.ep404-actions {
  margin-top: 36px;
  font-size: 0;
}
.ep404-btn {
  display: inline-block;
  height: 54px;
  line-height: 54px;
  padding: 0 38px;
  margin: 0 8px;
  border-radius: 27px;
  font-size: 16px;
  transition: all .35s ease;
}
.ep404-btn--primary {
  background: #2e89ff;
  color: #fff;
  box-shadow: 0 14px 30px rgba(46,137,255,.35);
}
.ep404-btn--primary:hover {
  background: #ffd542;
  color: #242424;
  transform: translateY(-3px);
}
.ep404-btn--ghost {
  border: 1px solid rgba(255,255,255,.28);
  color: rgba(255,255,255,.8);
}
.ep404-btn--ghost:hover {
  border-color: #fff;
  color: #fff;
  background: rgba(255,255,255,.08);
}
.ep404-search {
  width: 100%;
  max-width: 620px;
  margin: 42px auto 0;
}
.ep404-search form {
  position: relative;
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 6px 0 56px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 30px;
  transition: all .35s ease;
}
.ep404-search form:focus-within {
  border-color: #2e89ff;
  background: rgba(46,137,255,.12);
  box-shadow: 0 0 0 4px rgba(46,137,255,.12);
}
.ep404-search-ico {
  position: absolute;
  left: 24px;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -10px;
  border: 2px solid rgba(255,255,255,.6);
  border-radius: 50%;
}
.ep404-search-ico:after {
  content: "";
  position: absolute;
  right: -6px;
  bottom: -4px;
  width: 8px;
  height: 2px;
  background: rgba(255,255,255,.6);
  transform: rotate(45deg);
}
.ep404-search input[type=text] {
  flex: 1;
  min-width: 0;
  height: 100%;
  background: none;
  border: 0;
  outline: none;
  color: #fff;
  font-size: 16px;
}
.ep404-search input[type=text]::placeholder {
  color: rgba(255,255,255,.35);
}
.ep404-search button {
  flex: 0 0 auto;
  height: 46px;
  padding: 0 30px;
  border: 0;
  border-radius: 23px;
  background: #2e89ff;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: all .3s ease;
}
.ep404-search button:hover {
  background: #ffd542;
  color: #242424;
}
.ep404-nav {
  margin-top: 40px;
  font-size: 0;
  color: rgba(255,255,255,.35);
}
.ep404-nav-label {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  margin-right: 14px;
  font-size: 15px;
  vertical-align: middle;
}
.ep404-nav a {
  display: inline-block;
  height: 34px;
  line-height: 32px;
  padding: 0 18px;
  margin: 5px 6px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 17px;
  color: rgba(255,255,255,.7);
  font-size: 15px;
  vertical-align: middle;
  transition: all .3s ease;
}
.ep404-nav a:hover {
  border-color: #2e89ff;
  background: #2e89ff;
  color: #fff;
  transform: translateY(-2px);
}

/* ================================== FAQ 页 ================================= */
.epFaq {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.epFaq_side {
  flex: 0 0 292px;
  width: 292px;
}
.epFaq_sideHd {
  padding: 26px 24px;
  border-radius: 6px 6px 0 0;
  background: linear-gradient(135deg, #2e89ff, #1f6fe0);
}
.epFaq_sideHd p {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.epFaq_sideHd span {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  letter-spacing: 2px;
  color: rgba(255,255,255,.55);
  text-transform: uppercase;
}
.epFaq_sideList {
  padding: 8px 0;
  background: #fff;
  border-radius: 0 0 6px 6px;
}
.epFaq_sideList li a {
  display: block;
  padding: 15px 22px;
  border-left: 3px solid transparent;
  color: #333;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .3s ease;
}
.epFaq_sideList li a:hover {
  color: #2e89ff;
  background: #f6f9ff;
}
.epFaq_sideList li.on a {
  color: #2e89ff;
  font-weight: bold;
  background: #f1f6ff;
  border-left-color: #2e89ff;
}
.epFaq_sideCta {
  margin-top: 20px;
  padding: 28px 22px;
  border-radius: 6px;
  background: #242424;
  text-align: center;
}
.epFaq_sideCta p {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.epFaq_sideCta span {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  line-height: 24px;
  color: rgba(255,255,255,.45);
}
.epFaq_sideCta a {
  display: block;
  height: 44px;
  line-height: 44px;
  margin-top: 18px;
  border-radius: 22px;
  background: #2e89ff;
  color: #fff;
  font-size: 15px;
  transition: all .35s ease;
}
.epFaq_sideCta a:hover {
  background: #ffd542;
  color: #242424;
}
.epFaq_body {
  flex: 1;
  min-width: 0;
  padding: 40px;
  background: #fff;
  border-radius: 6px;
}
.epFaq_head {
  padding-bottom: 24px;
  margin-bottom: 26px;
  border-bottom: 1px solid #eef0f5;
}
.epFaq_head h2 {
  font-size: 30px;
  font-weight: bold;
  color: #333;
}
.epFaq_head p {
  margin-top: 8px;
  font-size: 13px;
  letter-spacing: 2px;
  color: #b7bfcc;
  text-transform: uppercase;
}
.epFaq_item {
  margin-bottom: 14px;
  border: 1px solid #e8eaf0;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  transition: all .35s ease;
}
.epFaq_item.on {
  border-color: #2e89ff;
  box-shadow: 0 12px 30px rgba(46,137,255,.12);
}
.epFaq_q {
  display: flex;
  align-items: center;
  padding: 18px 22px;
  background: #f7f9fc;
  cursor: pointer;
  transition: background .3s ease;
}
.epFaq_item.on .epFaq_q {
  background: #f1f6ff;
}
.epFaq_q em {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 14px;
  border-radius: 50%;
  background: #2e89ff;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  transition: all .35s ease;
}
.epFaq_item.on .epFaq_q em {
  background: #ffd542;
  color: #242424;
}
.epFaq_q h3 {
  flex: 1;
  min-width: 0;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color .3s ease;
}
.epFaq_item.on .epFaq_q h3 {
  color: #2e89ff;
}
.epFaq_q i {
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  margin-left: 16px;
  border-right: 2px solid #b7bfcc;
  border-bottom: 2px solid #b7bfcc;
  transform: rotate(45deg);
  transition: all .35s ease;
}
.epFaq_item.on .epFaq_q i {
  border-color: #2e89ff;
  transform: rotate(225deg);
}
.epFaq_a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .45s ease;
}
.epFaq_item.on .epFaq_a {
  max-height: 640px;
}
.epFaq_aIn {
  padding: 20px 24px 24px 66px;
  border-top: 1px solid #eef0f5;
}
.epFaq_aIn p {
  font-size: 15px;
  line-height: 30px;
  color: #666;
  text-align: justify;
}
.epFaq_more {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 24px;
  margin-top: 16px;
  border-radius: 20px;
  background: #edf4ff;
  color: #2e89ff;
  font-size: 15px;
  transition: all .35s ease;
}
.epFaq_more i {
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform .35s ease;
}
.epFaq_more:hover {
  background: #2e89ff;
  color: #fff;
}
.epFaq_more:hover i {
  transform: translateX(3px) rotate(45deg);
}

/* ============================== 友情链接页面 ============================== */
.epLinks_head {
  margin-bottom: 40px;
  text-align: center;
}
.epLinks_head h2 {
  font-size: 32px;
  font-weight: bold;
  color: #333;
}
.epLinks_head p {
  margin-top: 12px;
  font-size: 13px;
  letter-spacing: 2px;
  color: #b7bfcc;
  text-transform: uppercase;
}
.epLinks_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  counter-reset: epLink;
}
.epLinks_item {
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
  counter-increment: epLink;
}
.epLinks_item a {
  display: flex;
  align-items: center;
  height: 74px;
  padding: 0 22px;
  border: 1px solid #e8eaf0;
  border-radius: 6px;
  background: #fff;
  transition: all .35s ease;
}
.epLinks_item a em {
  flex: 0 0 auto;
  margin-right: 14px;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  color: #ccd4e0;
  transition: color .35s ease;
}
.epLinks_item a em::before {
  content: counter(epLink, decimal-leading-zero);
}
.epLinks_item a span {
  flex: 1;
  min-width: 0;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color .35s ease;
}
.epLinks_item a i {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  margin-left: 12px;
  border-right: 2px solid #c3cbd8;
  border-top: 2px solid #c3cbd8;
  transform: rotate(45deg);
  transition: all .35s ease;
}
.epLinks_item a:hover {
  border-color: #2e89ff;
  background: #2e89ff;
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(46,137,255,.26);
}
.epLinks_item a:hover em,
.epLinks_item a:hover span {
  color: #fff;
}
.epLinks_item a:hover i {
  border-color: #fff;
  transform: translateX(3px) rotate(45deg);
}
.epLinks_empty {
  width: 100%;
  padding: 60px 0;
  border: 1px dashed #d8dfea;
  border-radius: 6px;
  color: #9aa5b5;
  font-size: 16px;
  text-align: center;
}
.epLinks_apply {
  margin-top: 40px;
  padding: 28px 30px;
  border: 1px dashed #c9d9f2;
  border-radius: 6px;
  background: #f5f8fd;
  text-align: center;
}
.epLinks_apply p {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.epLinks_apply span {
  display: inline-block;
  margin-top: 10px;
  font-size: 15px;
  color: #7b8798;
}
.epLinks_apply b {
  display: inline-block;
  margin-left: 6px;
  font-size: 18px;
  font-weight: bold;
  color: #2e89ff;
}

/* =============================== 首页 CTA 模块 ============================= */
.epCta {
  position: relative;
  overflow: hidden;
  padding: 74px 0;
  background: linear-gradient(120deg, #0d1726 0%, #16305a 50%, #0d1726 100%);
}
.epCta_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.epCta_bg span {
  position: absolute;
  border-radius: 50%;
}
.epCta_bg span:nth-child(1) {
  width: 340px;
  height: 340px;
  left: -100px;
  top: -140px;
  background: #2e89ff;
  filter: blur(90px);
  opacity: .45;
}
.epCta_bg span:nth-child(2) {
  width: 300px;
  height: 300px;
  right: 6%;
  bottom: -160px;
  background: #ffd542;
  filter: blur(100px);
  opacity: .2;
}
.epCta_bg span:nth-child(3) {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 54px 54px;
  -webkit-mask-image: radial-gradient(circle at 30% 50%, #000, rgba(0,0,0,0) 75%);
  mask-image: radial-gradient(circle at 30% 50%, #000, rgba(0,0,0,0) 75%);
}
.epCta_main {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.epCta_text {
  max-width: 760px;
}
.epCta_text > p {
  font-size: 13px;
  letter-spacing: 3px;
  color: rgba(255,255,255,.4);
}
.epCta_text h2 {
  margin-top: 12px;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
}
.epCta_text > span {
  display: block;
  margin-top: 16px;
  font-size: 16px;
  line-height: 30px;
  color: rgba(255,255,255,.55);
}
.epCta_text ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 26px;
}
.epCta_text ul li {
  margin-right: 50px;
  color: rgba(255,255,255,.6);
  font-size: 15px;
}
.epCta_text ul li em {
  margin-right: 6px;
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
  color: #ffd542;
  font-family: "RobotoBold", Arial, sans-serif;
}
.epCta_action {
  flex: 0 0 auto;
  text-align: right;
}
.epCta_action p {
  font-size: 14px;
  color: rgba(255,255,255,.4);
}
.epCta_action h3 {
  margin-top: 8px;
  font-size: 34px;
  font-weight: bold;
  color: #ffd542;
  font-family: "RobotoBold", Arial, sans-serif;
}
.epCta_btn {
  display: inline-flex;
  align-items: center;
  height: 56px;
  padding: 0 42px;
  margin-top: 22px;
  border-radius: 28px;
  background: #2e89ff;
  color: #fff;
  font-size: 17px;
  box-shadow: 0 16px 34px rgba(46,137,255,.35);
  transition: all .35s ease;
}
.epCta_btn i {
  width: 8px;
  height: 8px;
  margin-left: 12px;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform .35s ease;
}
.epCta_btn:hover {
  background: #ffd542;
  color: #242424;
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(255,213,66,.32);
}
.epCta_btn:hover i {
  transform: translateX(4px) rotate(45deg);
}

/* ============================== 页脚友情链接区 ============================== */
.foot_link {
  width: 100%;
  padding: 24px 0;
  border-top: 1px solid #3a3a3a;
}
.foot_link_main {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.foot_link_label {
  flex: 0 0 auto;
  height: 32px;
  line-height: 32px;
  padding: 0 20px;
  margin-right: 20px;
  border-radius: 3px;
  background: #ffd542;
  color: #242424;
  font-size: 15px;
  font-weight: bold;
}
.foot_link_list {
  flex: 1;
  min-width: 0;
  padding-top: 2px;
}
.foot_link_list a {
  display: inline-block;
  max-width: 240px;
  padding: 0 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  color: rgba(255,255,255,.45);
  font-size: 14px;
  line-height: 28px;
  transition: color .3s ease;
}
.foot_link_list a:hover {
  color: #fff;
}
.foot_link_more {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 18px;
  margin-left: 20px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 16px;
  color: rgba(255,255,255,.6);
  font-size: 14px;
  transition: all .3s ease;
}
.foot_link_more i {
  width: 6px;
  height: 6px;
  margin-left: 8px;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform .3s ease;
}
.foot_link_more:hover {
  border-color: #ffd542;
  color: #ffd542;
}
.foot_link_more:hover i {
  transform: translateX(3px) rotate(45deg);
}

/* ================================== 响应式 ================================= */
@media screen and (max-width: 1440px) {
  .ep404 { padding: 70px 0 90px; }
  .ep404-num { font-size: 150px; }
  .ep404-gear,
  .ep404-gear i { width: 132px; height: 132px; }
  .ep404-gear em { left: 33px; top: 33px; width: 46px; height: 46px; }
  .ep404-title { font-size: 30px; }
  .epLinks_item { width: 33.3333%; }
  .epCta_text h2 { font-size: 32px; }
}
@media screen and (max-width: 1200px) {
  .ep404-num { font-size: 120px; }
  .ep404-gear,
  .ep404-gear i { width: 106px; height: 106px; border-width: 10px; }
  .ep404-gear i { left: -10px; top: -10px; }
  .ep404-gear em { left: 26px; top: 26px; width: 38px; height: 38px; }
  .epFaq { gap: 22px; }
  .epFaq_side { flex: 0 0 250px; width: 250px; }
  .epFaq_body { padding: 30px; }
  .epLinks_item { width: 50%; }
  .epCta { padding: 60px 0; }
  .epCta_main { gap: 30px; }
  .epCta_text h2 { font-size: 28px; }
  .epCta_text ul li { margin-right: 34px; }
  .epCta_action h3 { font-size: 28px; }
}
@media screen and (max-width: 1024px) {
  .epFaq { display: block; }
  .epFaq_side { width: 100%; flex: none; margin-bottom: 22px; }
  .epFaq_sideList {
    display: flex;
    flex-wrap: wrap;
    border-radius: 0 0 6px 6px;
  }
  .epFaq_sideList li { width: 33.3333%; }
  .epFaq_sideList li a { border-left: 0; border-bottom: 3px solid transparent; text-align: center; }
  .epFaq_sideList li.on a { border-left: 0; border-bottom-color: #2e89ff; }
}
@media screen and (max-width: 800px) {
  .ep404 { padding: 50px 0 60px; }
  .ep404-code { gap: 14px; }
  .ep404-num { font-size: 88px; }
  .ep404-gear,
  .ep404-gear i { width: 78px; height: 78px; border-width: 8px; }
  .ep404-gear i { left: -8px; top: -8px; }
  .ep404-gear em { left: 19px; top: 19px; width: 28px; height: 28px; }
  .ep404-title { margin-top: 28px; font-size: 24px; }
  .ep404-desc { font-size: 15px; line-height: 26px; }
  .ep404-btn { height: 46px; line-height: 46px; padding: 0 26px; font-size: 15px; }
  .ep404-search { margin-top: 30px; }
  .ep404-search form { height: 52px; padding-left: 46px; }
  .ep404-search-ico { left: 20px; }
  .ep404-search input[type=text] { font-size: 15px; }
  .ep404-search button { height: 40px; padding: 0 22px; font-size: 15px; }
  .epFaq_body { padding: 24px 20px; }
  .epFaq_head h2 { font-size: 24px; }
  .epFaq_q { padding: 15px 16px; }
  .epFaq_q em { width: 26px; height: 26px; line-height: 26px; margin-right: 10px; font-size: 14px; }
  .epFaq_q h3 { font-size: 16px; }
  .epFaq_aIn { padding: 16px 16px 18px 52px; }
  .epFaq_aIn p { font-size: 14px; line-height: 26px; }
  .epLinks_head h2 { font-size: 26px; }
  .epLinks_item { width: 100%; }
  .epCta { padding: 50px 0; }
  .epCta_main { display: block; }
  .epCta_text h2 { font-size: 26px; }
  .epCta_text > span { font-size: 15px; line-height: 28px; }
  .epCta_action { margin-top: 28px; text-align: left; }
  .epCta_text ul li { margin-right: 28px; }
  .epCta_text ul li em { font-size: 24px; }
  .foot_link_list a { padding: 0 10px; }
}
@media screen and (max-width: 767px) {
  .ep404-num { font-size: 64px; }
  .ep404-gear,
  .ep404-gear i { width: 58px; height: 58px; border-width: 6px; }
  .ep404-gear i { left: -6px; top: -6px; }
  .ep404-gear em { left: 14px; top: 14px; width: 20px; height: 20px; }
  .ep404-title { font-size: 20px; }
  .ep404-btn { display: block; padding: 0; margin: 10px 0; }
  .ep404-nav a { padding: 0 14px; font-size: 14px; }
  .epFaq_sideList li { width: 50%; }
  .epFaq_body { padding: 18px 12px; }
  .epFaq_q h3 { font-size: 15px; }
  .epFaq_aIn { padding: 14px 14px 16px 14px; }
  .epCta_text h2 { font-size: 22px; }
  .epCta_text ul li { margin-right: 22px; font-size: 14px; }
  .epCta_text ul li em { font-size: 20px; }
  .epCta_btn { height: 48px; padding: 0 32px; font-size: 16px; }
  .epLinks_apply { padding: 22px 16px; }
}
