/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	color: #202c38;
}

body {
  height: 100%;
  min-height: 100%;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
    "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

textarea {
  font-family: PingFangSC-Medium, Helvetica Neue, PingFang SC, Microsoft YaHei,
    Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.cp {
  cursor: pointer;
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.fs-12 {
  font-size: 12px;
}

.fs-16 {
  font-size: 16px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.clear {
  clear: both;
  overflow: hidden;
  zoom: 1;
}

.clear-auto {
  clear: both;
  overflow: auto;
  zoom: 1;  
}

.ovh {
  overflow: hidden;
}

.fl {
  float: left;
  transform: translateZ(0);
}

.fr {
  float: right;
  transform: translateZ(0);
}

.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.ta-l {
  text-align: left;
}

.fwb {
  font-weight: bold;
}

.fc-black {
  color: #000;
}

.fc-white {
  color: #fff;
}

.link {
  color: #1e54bf;
}

button {
  transition: all .3s;
}

.mobile {
  display: none;
}

.desktop {
  display: block;
}

@media (max-width: 960px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none !important;
  }

}
header {
  width: 100%;
  height: 65px;
  /* background: rgba(255, 255, 255, 1); */
  /* background: transparent; */
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  border-bottom: 1px solid rgba(163, 163, 163, 0.25);
}

header.header-scroll,
.index header.header-scroll {
  position: fixed;
  background: #ffffff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.08);
  z-index: 15;
  color: #000000;
}

.index header {
  background: transparent;
}

.index .header-right-item-index {
  height: 58px;
  border-bottom: 1px solid #0984e3;
}

.download .header-right-item-client {
  border-bottom: 1px solid #0984e3;
}

.material .header-right-item-material {
  border-bottom: 1px solid #0984e3;
}

.exam .header-right-item-exam {
  border-bottom: 1px solid #0984e3;
}

.mhm-item-detail-index,
.mhm-item-detail-client,
.mhm-item-detail-material {
  width: 100%;
}

.index .mhm-item-detail-index,
.download .mhm-item-detail-client,
.material .mhm-item-detail-material {
  width: 100%;
  background: #0984e3;
  color: #fff;
}

.header-container {
  width: 1100px;
  margin: 0 auto;
  height: 100%;
}

.header-left {
  height: 65px;
  line-height: 65px;
}

.header-logo {
  vertical-align: middle;
}

.header-right {
  height: 65px;
}

.header-right-item {
  height: 64px;
  line-height: 65px;
  color: #000;
  margin-right: 47px;
  cursor: pointer;
}

/* .index header .header-right-item {
    color: #fff;
}

.index header.header-scroll .header-right-item {
    color: #000;
} */

.header-right-item-special {
  background: #0984e3;
  color: #fff;
  padding: 0 18px;
}

.hri-special-icon {
  position: absolute;
  top: 5px;
}

.header-right-item-active {
  border-bottom: 1px solid #fff;
}

footer {
  width: 100%;
  background: #2e3032;
}

.footer-main {
  width: 1100px;
  margin: 0 auto;
  border-bottom: 1px solid #4e4e4f;
}

.footer-left {
  font-size: 14px;
  color: #ffffff;
  letter-spacing: -0.1px;
  margin: 30px 0 20px 0;
}

.footer-left-item {
  color: #fff;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #fff;
}

.footer-left-item:last-child {
  border-right: none;
}

.footer-right {
  font-size: 14px;
  color: #ffffff;
  margin: 30px 0 20px 0;
  letter-spacing: -0.1px;
}

.footer-bottom {
  margin: 30px 0 0 0;
  padding-bottom: 30px;
}

.footer-bottom-text {
  font-size: 12px;
  color: #ffffff;
  letter-spacing: -0.09px;
  line-height: 17px;
  margin-bottom: 10px;
}

.fbt-link {
  color: #fff;
  transition: all 0.3s;
}

.fbt-link:hover {
  color: #0984e3;
}

.back-top {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: none;
}

.back-top img {
  width: 100%;
  height: 100%;
}

.fbt-link-img {
  vertical-align: bottom;
}

@media (max-width: 960px) {
  header {
    position: fixed;
  }

  .header-left {
    margin-left: 20px;
  }

  .header-container {
    width: 100%;
  }

  .mobile-header-right {
    float: right;
    margin: 20px;
  }

  .mobile-header-cover {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 66px;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 10;
    display: none;
  }

  .mobile-header-cover-active {
    display: block;
  }

  .mobile-header-main {
    height: 100vh;
    width: 50vw;
    background: #fff;
    position: fixed;
    right: -60vw;
    transform: translateX(0);
    transition: all 0.3s;
    z-index: 15;
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2),
      0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
  }

  .mobile-header-main-active {
    transform: translateX(-60vw);
  }

  .mhm-item {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
  }

  .mhm-item-detail {
    margin: 0 10px;
  }

  .index header {
    background: #fff;
  }

  footer {
    background: #fff;
  }

  .footer-main {
    width: 100%;
    border-bottom: none;
  }

  .footer-left {
    color: #000;
    width: 100%;
    margin: 20px 0;
  }

  .footer-left-item {
    color: #000;
    display: block;
    font-size: 16px;
    color: #525356;
    letter-spacing: -0.11px;
    margin: 0 20px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
  }

  .footer-right {
    display: none;
  }

  .footer-bottom {
    width: 100%;
    margin: 0;
    padding: 10px 0;
  }

  .footer-bottom-text {
    margin: 0 10px;
    font-size: 10px;
    color: #bcbcbc;
    letter-spacing: -0.07px;
  }
}

