/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
.menu-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 682px;
  z-index: 1000;
  background-color: #192459;
  min-height: 1080px;
}
.mask {
  position: fixed;
  right: 0;
  left: 680px;
  bottom: 0;
  height: 40px;
  opacity: 0.6;
  z-index: 10000;
  background: #1d356c;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#111b50),
    to(#1d356c)
  );
  background: -o-linear-gradient(left, #111b50, #1d356c);
  background: linear-gradient(to right, #111b50, #1d356c);
}
.menu-item {
  height: 120px;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 680px;
  font-size: 36px;
  font-weight: normal;
  color: #ffffff;
  line-height: 48px;
}
.menu-item .menu-item-wrap {
  height: 120px;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  width: 600px;
  font-size: 36px;
  color: #ffffff;
  opacity: 0.6;
  line-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu-item .menu-item-wrap.focus {
  background-color: #0084ff;
  opacity: 1;
  color: #ffffff;
  font-weight: 900;
}
.menu-item .menu-item-wrap.hover {
  opacity: 1;
  color: #0084ff;
}
.menu-header {
  height: 150px;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 680px;
  font-size: 42px;
  font-weight: normal;
  color: #ffffff;
  line-height: 48px;
  padding-left: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 13px;
}
.main-wrap {
  overflow: hidden;
  position: absolute;
  left: 680px;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background: #1d356c;
}
.main-item {
  background: #1d356c;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#111b50),
    to(#1d356c)
  );
  background: -o-linear-gradient(left, #111b50, #1d356c);
  background: linear-gradient(to right, #111b50, #1d356c);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 1080px;
  text-align: center;
  width: 1240px;
  font-size: 30px;
  font-weight: normal;
  color: #ffffff;
  overflow: auto;
  overflow-y: scroll;
}
.main-item div {
  padding-top: 81px;
  padding-bottom: 33px;
  height: 56px;
  font-size: 42px;
  /* font-family: MILanPro_NORMAL--GB1-4, MILanPro_NORMAL--GB1; */
  /* font-family: 'MI Lan Pro'; */
  font-weight: normal;
  color: #ffffff;
  line-height: 56px;
  /* color: red; */
}
.main-item p {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 117px;
  width: 100%;
  text-align: left;
  min-height: 1080px;
  white-space: pre-line;
  font-weight: 400;
  padding-bottom: 100px;
  /* font-family: 'MI Lan Pro'; */
}
.main-item b {
  font-weight: bold;
  font-family: 'MI Lan Pro';
  /* font-weight: 700; */
}
