.nav-container {
  /*sub-nav*/ }
.nav-container .top-container, .nav-container .center-container, .nav-container .bottom-container {
  width: 100%;
  min-width: 1200px; }
.nav-container .top-container > .content-container, .nav-container .center-container > .content-container, .nav-container .bottom-container > .content-container {
  min-width: 1200px;
  width: 1200px;
  background-color: transparent; }
.nav-container .top-container {
  background: #2a4292;
  height: 56px;
  line-height: 56px; }
.nav-container .top-container a {
  color: #ffffff;
  font-size: 16px;
  border-bottom: 3px solid transparent; }
.nav-container .top-container .title {
  display: inline-block;
  width: 220px;
  height: 56px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 56px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer; }
.nav-container .top-container .title:hover .sub-nav:hover, .nav-container .top-container .title:hover .sub-nav {
  display: block; }
.nav-container .top-container .sub-nav {
  display: none; }
.nav-container .top-container .sub-nav.hide {
  background-color: transparent; }
.nav-container .top-container .main-nav {
  display: inline-block;
  vertical-align: top; }
.nav-container .top-container .main-nav > li a {
  font-size: 17px; }
.nav-container .top-container .main-nav li {
  margin: 0 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  height: 54px;
  padding: 0px 10px;
  opacity: 0.9;
  border-bottom: 3px solid transparent; }
.nav-container .top-container .main-nav li.active, .nav-container .top-container .main-nav li:hover {
  opacity: 1;
  border-color: #fff; }
.nav-container .sub-nav {
  background-color: rgba(102, 102, 102, 0.4);
  left: 0;
  top: 56px; }
.nav-container .sub-nav p {
  position: relative;
  text-align: center;
  text-align: -webkit-center;
  width: 220px;
  height: 56.25px;
  background-color: rgba(255, 255, 255, 0.2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff,endColorstr=#33ffffff); }
.nav-container .sub-nav p:hover {
  z-index: 9;
  background: #3d41dc; }
.nav-container .sub-nav p:hover a {
  border-top: none; }
.nav-container .sub-nav p a {
  color: #ffffff;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 56.25px;
  vertical-align: middle;
  box-sizing: border-box;
  border-bottom: none; }
.nav-container .sub-nav p + p {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 4px; }
.nav-container .sub-nav p + p a {
  border-top: 1px solid rgba(255, 255, 255, 0.8); }
.nav-container .sub-nav p i {
  display: inline-block;
  width: 20px;
  height: 22px;
  margin-right: 15px;
  vertical-align: middle;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }
.nav-container .login-container {
  right: 0;
  top: 100px;
  width: 165px;
  height: 360px;
  background: #fff;
  border-radius: 20px;
  line-height: normal; }
.nav-container .login-container .title {
  font-size: 13px;
  font-weight: 400;
  color: #1c2089;
  padding-top: 15px;
  padding-bottom: 10px;
  height: initial;
  width: initial;
  _width: 165px;
  width: 165px\9;
  *width: 165px;
  display: block;
  box-sizing: border-box;
  background: initial;
  line-height: normal; }
.nav-container .login-container .picture-container {
  margin-top: 13px;
  width: 88px;
  height: 88px;
  /* Firefox */
  /* Safari and Chrome */
  border-radius: 88px;
  behavior: url(./ie-css3.htc);
  border: 1px solid #979797;
  overflow: hidden; }
.nav-container .login-container .picture-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }
.nav-container .login-container .sign-container .sign {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 14px;
  padding: 6px 38px;
  border-radius: 17px;
  font-size: 14px;
  border: 1px solid #2a4292; }
.nav-container .login-container .sign-container .sign.signin {
  color: #fff;
  background-color: #2a4292; }
.nav-container .login-container .sign-container .sign.signup {
  color: #2a4292;
  margin-bottom: 5px; }
.nav-container .login-container .sign-container .status-login .sign {
  background-color: #2a4292; }
.nav-container .login-container .curriculum-wallet, .nav-container .login-container .curriculum-wallet > * {
  display: inline-block; }
.nav-container .login-container .curriculum-wallet > *:first-child {
  padding: 15px 15px 0 0; }
.nav-container .login-container .curriculum-wallet > *:last-child {
  padding: 15px 0 0 15px; }
.nav-container .login-container .curriculum-wallet > * > *:first-child {
  font-size: 15px;
  font-weight: 400;
  color: #2a4292; }
.nav-container .login-container .curriculum-wallet > * > *:last-child {
  font-size: 12px;
  font-weight: 400;
  color: #444444; }
.nav-container .login-container .learn-container {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px; }
.nav-container .login-container .learn-container > a {
  font-size: 14px;
  color: #2a4292;
  display: block;
  margin-top: 13px;
  border-bottom: initial; }
.nav-container .login-container .learn-container > a span, .nav-container .login-container .learn-container > a i, .nav-container .login-container .learn-container > a img {
  vertical-align: middle; }
.nav-container .center-container {
  width: 100%;
  height: 500px;
  overflow: hidden; }
.nav-container .center-container .banner-container {
  position: relative;
  width: 100%;
  height: 500px; }
.nav-container .center-container .banner-container .banner-itme {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px; }
.nav-container .center-container .banner-container img {
  border: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }
.nav-container .center-container .banner-nav {
  position: absolute;
  bottom: 60px; }
.nav-container .center-container .banner-nav li {
  float: left;
  background-color: #fff;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin-left: 5px;
  margin-right: 5px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  vertical-align: middle;
  margin-top: 2px;
  margin-bottom: 2px;
  cursor: pointer; }
.nav-container .center-container .banner-nav li.active {
  border-color: #fff;
  padding: 2px;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #000; }
.nav-container .bottom-container {
  margin-top: -50px;
  max-width: 1200px;
  height: 135px;
  background: white;
  box-shadow: 0px 7px 8px 0px rgba(23, 38, 86, 0.1);
  border-radius: 8px; }
.nav-container .bottom-container > *, .nav-container .bottom-container .picture-container, .nav-container .bottom-container .content-container {
  display: inline-block; }
.nav-container .bottom-container > * {
  margin-left: 30px; }
.nav-container .bottom-container > *.list {
  padding-top: 24px;
  width: 28%;
  overflow: hidden; }
.nav-container .bottom-container > *.list:last-child {
  width: 16%; }
.nav-container .bottom-container .picture-container {
  width: 63px;
  height: 63px;
  background: #d8d8d8;
  border: 1px solid #979797;
  border-radius: 50%; }
.nav-container .bottom-container .picture-container .icon-scale-play-rapid i {
  height: 33px;
  width: 3px; }
.nav-container .bottom-container .content-container {
  width: 211px;
  margin-left: 18px; }
.nav-container .bottom-container .content-container .title {
  font-size: 15px;
  color: #333;
  min-height: 40px;
  max-height: 40px;
  overflow: hidden; }
.nav-container .bottom-container .content-container .time {
  margin-top: 26px;
  font-size: 12px;
  font-weight: 400;
  color: #666666; }
.nav-container .bottom-container .right-more {
  margin-left: 0; }
.nav-container .bottom-container .right-more .icon {
  width: 33px;
  height: 33px;
  background: rgba(187, 187, 187, 0.7);
  border-radius: 50%; }
.nav-container .bottom-container .right-more .icon i {
  width: 5px;
  height: 5px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  margin-top: 5px;
  margin-left: 12px;
  border-color: #fff; }
.nav-container .bottom-container .right-more .name {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #666666; }

/*# sourceMappingURL=nav.css.map */
