@import url('global.css?v=23080902');

/* header */
#header{
  position:relative;
  z-index:299;
}
.register_top {
  width: 100%;
  height: 70px;
  background: #BE2239;
  margin-bottom:10px;
}

.register_top .desc{
  padding: 11px 0 13px 0px;
  font-size: 32px;
  font-weight: bold;
  color: #FFFFFF;
  float: left;
}
.register_top .logo{
  float: left;
  margin-top: 20px;
  margin-left: 10px;
}
.register_top .link{
  float: right;
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  /*margin-right: 128px;*/
}
.register_top .link a{
  color: #FFFFFF;
}
.register_app_header {
  width: 1088px;margin: 0 auto;
}
.app-header-container {
  line-height: normal;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #be2239;
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 20;
  /*margin-top: 50px;*/
}

.app-header-container.open {
  background: #1d1d1f;
}

.app-header {
  width: 1088px; /*1200px;*/
  max-width: -webkit-calc(100% - 40px);
  max-width: -moz-calc(100% - 40px);
  max-width: calc(100% - 40px);
  margin: 0 auto;
  font-size: 12px;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  position: relative;
}
.app-header .header-right {
  width: 1048px;
}

.app-header-top {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  align-items: flex-end;
  padding: 15px 0 12px;
  /*border-bottom: 1px solid white;*/
}
.app-header-top .right {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.app-header-top .user-oper-block {
  width: 94px;
  height: 34px;
  background: #FFFFFF;
  border-radius: 6px 6px 6px 6px;
  float:right;
  text-decoration:none;
  font-size:14px;
}
.app-header-top .user-oper-block .ucenter img{
  float:left;
  width: 16px;
  margin-left:8px;
  margin-top:1px;
}
.app-header-top .user-oper-block .ucenter .text{
  float:left;
  padding-left:3px;
  color: #BE2239;
  font-weight:bold;
}
.app-header-top .user-oper-block .no-login .login{
  float:left;
  padding-left:13px;
  color: #BE2239;
  font-weight:bold;
}
.app-header-top .user-oper-block .no-login .separator{
  float:left;
  height:12px;
  border-right: 1.5px solid #BE2239;
  margin-top:5px;
  margin-left:6px;
  margin-right:6px;
}
.app-header-top .user-oper-block .no-login .register{
  float:left;
  color: #BE2239;
  font-weight:bold;
}


.logo {
  margin-left: 0px;
}

.menu-bar {
  color: white;
  font-size: 25px;
  cursor: pointer;
  display: none;
}

.app-header-bottom {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

/*
.app-header-top.left,
.app-header-bottom.left {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
*/

.nav-links-list {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  font-weight: 700;
  font-size: 14px;
  max-width: 100%;
  z-index: 10;
}

nav:after {
  content: "";
  clear: both;
  display: table;
}

.nav-links {
  height: 100%;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.nav-links ul {
  float: left;
  list-style: none;
  position: relative;
}
.nav-links ul li {
  float: left;
  margin: 2px 0px;
  width: 134px;
  text-align: center;
  line-height: 38px;
  background: #be2239;
}
.nav-links ul li .main-nav {
  border-bottom: 2px solid transparent;
}
.nav-links ul li .main-nav:hover {
  border-bottom: 2px solid #fbc124;
}
.nav-links ul li a {
  color: white;
  text-decoration: none;
  font-size: 16px;
}
.nav-links ul li:hover ul {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  visibility: visible;
}
.nav-links ul ul {
  position: absolute;
  top: 46px;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}
.nav-links ul ul li {
  position: relative;
  margin: 0px;
  float: none;
  display: list-item;
  line-height: 25px;
  text-align: center;
  width: 134px;
  padding: 2px 0;
}
.nav-links ul ul li a {
  font-size: 14px;
}
.nav-links ul ul li:hover {
  background-color: #94081d;
}

.fa-arrow {
  color: white;
  font-size: 20px;
  margin-left: 5px;
  vertical-align: middle;
}


.barcode-container {
  width: 34px;/*76px;*/
  height: 34px;/*76px;*/
  margin-left: 12px;/*16px;*/
  margin-top:4px;
}

.barcode {
  width: 30px;
  height: 30px;
  background-image: url("/static/images/nmn-barcode.jpg");
}

.search-btn {
  padding: 2px 4px 4px 10px;
  font-size: 13px;
  /*-webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);*/
}

.search-input {
  border: 0px;
  color: #727272;
  height:34px;
  width:280px;
  font-weight:bold;
}
.search-input:focus {
  outline: none;
}

.subscribe-form {
  background-color: white;
  color: #be2239;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin-left: 15px;
}

.subscribe-btn {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  font-size: 14px;
  padding: 0px 10px 0px 10px;
}
.subscribe-btn .wifi-icon {
  font-size: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 3px;
}



.search-form {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  /*background: #fff;*/
  color: #727272;
  /*border: 1.5px solid #c2c2c2;*/
  float:left;
  margin-left:192px;
  width: 324px;
  height: 34px;
  background: #FFFFFF;
  border-radius: 6px 6px 6px 6px;
  opacity: 1;font-size:16px;font-weight: 500;
}

.barcode-big {
  width: 100%;
  height: 100%;
  background-image: url("/static/images/nmn-barcode.jpg");
  margin:2px 2px 2px 2px;
}
.wechat-app-qrcode {
  position: absolute;
  top: 0px;
  left: 995px;
  z-index: 44;
  width: 140px;
  height: 140px;
  padding: 5px;
  border-radius: 4px !important;
  moz-box-shadow: 00px 2px 15px 1px rgba(0,0,0,.15);
  -webkit-box-shadow: 0px 2px 15px 1px rgba(0,0,0,.15);
  box-shadow: 0px 2px 15px 1px rgba(0,0,0,.15);
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  background: #fff;
}
/*
@font-face {
  font-family: 'cat-iconfont';
  src: url('../images/font_po7bzyk03x/iconfont.eot');
  src: url('../images/font_po7bzyk03x/iconfont.eot?#iefix') format('embedded-opentype'),
  url('../images/font_po7bzyk03x/iconfont.woff') format('woff'),
  url('../images/font_po7bzyk03x/iconfont.ttf') format('truetype'),
  url('../images/font_po7bzyk03x/iconfont.svg#iconfont') format('svg');
}
*/
