.new_header {
  width: 100%;
}
.header_top-nav {
  width: 100%;
  height: 40px;
  color: #aaa;
  font-size: 14px;
  background-color: #41454b;
}

.container-top,
.header_center-menu,
.header_bottom-box {
  margin: auto;
  width: 1212px;
  height: 40px;
}
.container-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container-top .top_left,
.container-top .top_left .rrs,
.container-top .top_right {
  display: flex;
  align-items: center;
  height: 100%;
}
.container-top .top_left span a{
  margin-right: 6px;
  color: #fff;
}
.container-top .top_left span a:hover{
  color: #d40000;
}
.container-top .top_left .rrs {
  position: relative;
  margin-left: 10px;
  padding-left: 10px;
  height: 100%;
  line-height: 40px;
  border-left: solid 1px #303134;
}
.region-box,
.container-top .top_right .ll {
  position: relative;
  padding-right: 10px;
  display: flex;
  align-items: center;
  height: 100%;
  line-height: 40px;
  border-right: solid 1px #303134;
}
.region-box {
  cursor: pointer;
}
.region-box .i_map {
  display: block;
  width: 20px;
  height: 19px;
  background: url(/themes/custom/zhigu_theme/images/header/i_address.jpg) no-repeat 0 0;
  background-size: auto;
}
.header_top-nav .down {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 20px;
  height: 8px;
}
.header_top-nav .down:before {
  content: "";
  position: relative;
  width: 0;
  height: 0;
  border-top: solid 8px #cbcbcb;
  border-left: solid 6px transparent;
  border-right: solid 6px transparent;
}
.down-code1,
.container-top .top_right .rr {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  height: 100%;
  line-height: 40px;
  border-right: solid 1px #303134;
}
.code1-box {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.container-top .top_left .rrs .WeChat-box {
  position: absolute;
  right: -36px;
  top: 42px;
  z-index: 100;
  padding: 6px 20px;
  color: #8590a6;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  border: solid 1px #ebebeb;
}
.container-top .top_left .rrs .WeChat-box:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-bottom: 8px solid #ebebeb;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.container-top .top_left .rrs .WeChat-box::after {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-bottom: 6px solid #fff;
  border-left: 7px solid transparent;
  border-right: solid 7px transparent;
}
.container-top .top_left .rrs .WeChat-box img {
  width: 160px;
  height: auto;
}
.container-top .top_left .rrs .WeChat-box span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
  width: 100%;
  height: 30px;
  font-size: 12px;
  border-bottom: solid 1px #8590a6;
}
.container-top .top_right .ll,
.container-top .top_right .rr,
.down_code2 {
  display: flex;
  align-items: center;
}
.down_code2 .i_phone {
  display: flex;
  width: 20px;
  height: 19px;
  background: url(/themes/custom/zhigu_theme/images/header/i_phone.jpg) no-repeat 0 0;
  background-size: auto;
}
.container-top .top_right .ll a {
  margin: 0 2px;
  color: #aaa;
  text-decoration: none;
}
.container-top .top_right .ll a:hover {
  /* text-decoration: underline; */
  color: #fff;
}
.container-top .top_right .ll .users {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.container-top .top_right .ll .users .incons {
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin-top: 4px;
}
.container-top .top_right .ll .users .incons img {
  width: 30px;
  height: 30px;
}
.container-top .top_right .ll .hide-login {
  position: absolute;
  z-index: 100;
  background-color: #fff;
  border-radius: 4px;
  border: solid 1px #ebebeb;
  right: -36px;
  top: 42px;
  padding: 6px 20px;
}
.container-top .top_right .ll .hide-login:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-bottom: 8px solid #ebebeb;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.container-top .top_right .ll .hide-login::after {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-bottom: 6px solid #fff;
  border-left: 7px solid transparent;
  border-right: solid 7px transparent;
}
.container-top .top_right .ll .hide-login a {
  display: flex;
  align-items: center;
  height: 40px;
  color: #8590a6;
  width: 80px;
}
.container-top .top_right .ll .hide-login a:hover{
  color: #d40000;
}
.container-top .top_right .ll .hide-login a img {
  width: 15px;
  height: 18px;
  margin-right: 5px;
}
.down_code2 {
  cursor: pointer;
}
.container-top .top_right .rr .code2_box {
  position: absolute;
  right: -36px;
  top: 42px;
  z-index: 100;
  padding: 6px 20px;
  color: #8590a6;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  border: solid 1px #ebebeb;
}
.container-top .top_right .rr .code2_box:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-bottom: 8px solid #ebebeb;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.container-top .top_right .rr .code2_box::after {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-bottom: 6px solid #fff;
  border-left: 7px solid transparent;
  border-right: solid 7px transparent;
}
.container-top .top_right .rr .code2_box img {
  width: 160px;
  height: auto;
}
.container-top .top_right .rr .code2_box span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
  width: 160px;
  height: 30px;
  font-size: 12px;
  border-bottom: solid 1px #8590a6;
}
.header_center-menu {
  position: relative;
  z-index: 2;
  display: flex;
  margin-top: 20px;
  height: 74px;
  background-color: #d40000;
}
.nj-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 100%;
  background-color: #f2f2f2;
}
.nj-logo img {
  width: 170px;
  height: auto;
}
.navs-box {
  justify-content: space-around;
  width: calc(100% - 240px);
}
.navs-box,
.new-nav,
.data-nav,
.interactive-nav {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
}
.navs-box li,
.navs-box ul {
  list-style: none;
}
.navs-box h4 {
  width: 80px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.navs-box ul {
  display: flex;
}
.navs-box a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 1.7;
}
.navs-box a:hover {
  color: #f79706;
  /* text-decoration: underline; */
  font-weight: 400;
}
.navs-box ul li:first-child {
  border-right: solid 1px #e13d3d;
}
.navs-box ul li:first-child a {
  width: 50%;
}
.navs-box ul li:last-child {
  justify-content: center;
  border-left: solid 1px #b01010;
}
.navs-box ul li:last-child a {
  width: 100%;
}
.navs-box ul {
  display: flex;
}
.navs-box li {
  display: flex;
  flex-wrap: wrap;
}
.header_bottom-box {
  position: relative;
  z-index: 0;
  padding-top: 10px;
  height: auto;
  background-color: #fff;
  box-shadow: 0 0 20px #e2ecff;
  box-sizing: content-box;
}
.bottom-di {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1px;
  width: 100%;
  height: 50px;
}
.start-product,
.search-bittom {
  display: flex;
  align-items: center;
  height: 100%;
}
.start-product .title {
  margin-left: 25px;
  width: 95px;
  color: #202020;
  font-size: 14px;
  font-weight: bold;
}
.search-bittom {
  width: 40%;
  justify-content: space-between;
}
.search-button {
  width: 100px;
  height: 100%;
}
.search-button .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #fff;
  border: none;
  outline: none;
  background-color: #ffab4b;
}
.search-button .buttons:focus,
.search-input .keywords {
  outline: none;
}
.search-input {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 40px;
  height: 100%;
  width: calc(100% - 100px);
  background-color: #f2f2f2;
  border-radius: 10px 0 0 10px;
}
.search-input .ntes-nav-select-arr {
  display: block;
  width: 36px;
  height: 16px;
  background: url(http://www.nongji1958.com/themes/custom/zhigu_theme/images/icons/ico_serach@2x.png) no-repeat 50% 0;
  background-size: auto 100%;
}
.search-input .keywords {
  border: none;
  background: none;
  padding-right: 10px;
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  outline: none;
  font-size: 16px;
}
.start-product {
  display: flex;
  width: 60%;
}
.start-name {
  padding: 0 20px;
  display: flex;
  /* justify-content: space-around; */
  width: calc(100% - 100px);
  font-size: 14px;
  justify-content: flex-start;
}
.start-name a {
  color: #676767;
  text-decoration: none;
}
.start-name a:hover {
  color: #218ddf;
  text-decoration: underline;
}
.start-name a.active {
  color: #218ddf;
  text-decoration: none;
}
.start-name span:not(:last-child){
  margin-right: 30px;
}
.start-name span:hover{
  border: none;
  color: #218ddf;
}
.city-box {
  position: absolute;
  z-index: 1000;
  font-size: 14px;
  left: 0;
  top: 42px;
  padding: 6px 0;
  width: 556px;
  color: #8590a6;
  background-color: #fff;
  border-radius: 4px;
  border: solid 1px #ebebeb;
  box-shadow: 0 8px 32px 0 rgba(17, 30, 54, 0.1);
}
.city-box:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 40px;
  width: 0;
  height: 0;
  border-bottom: 8px solid #ebebeb;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.city-box::after {
  content: "";
  position: absolute;
  top: -6px;
  left: 40px;
  width: 0;
  height: 0;
  border-bottom: 6px solid #fff;
  border-left: 7px solid transparent;
  border-right: solid 7px transparent;
}
.auto-header-citypop__content {
  position: relative;
  z-index: 1;
  width: 100%;
}
.auto-header-citypop__top {
  position: relative;
  padding-left: 20px;
  height: 54px;
  border-bottom: solid 1px #f1f3f6;
}
.auto-header-citypop__close {
  display: inline-block;
  float: right;
  color: #202020;
  text-decoration: none;
}
.auto-header-iconsvg-close {
  display: block;
  margin-top: 6px;
  margin-right: 10px;
  float: right;
  width: 32px;
  height: 32px;
  background: url(/themes/custom/zhigu_theme/images/protal/close@2x.png) no-repeat 0 0 / cover;
}
.auto-header-citypop__info {
  box-sizing: border-box;
}
.auto-header-citypop__alphabet {
  display: flex;
  padding: 12px 20px;
  border-bottom: solid 1px #e2ecff;
}
.auto-header-citypop__alphabet a {
  float: left;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-color: #f1f3f6;
  border-radius: 4px;
  text-align: center;
  color: #202020;
  text-decoration: none;
}
.auto-header-citypop__alphabet a.current,
.auto-header-citypop__alphabet a:hover {
  color: #fff;
  background-color: #d40000;
}
.auto-header-citypop__citylist {
  height: 320px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.auto-header-citypop__citylist dl {
  margin: 0;
  padding: 0;
  border-top: solid 1px #f1f3f6;
  overflow: hidden;
}
.auto-header-citypop__citylist dl:after {
  content: "";
  display: table;
  clear: both;
}
.auto-header-citypop__citylist .dlbg-top {
  border-top: none;
}
.auto-header-citypop__citylist dd,
.auto-header-citypop__citylist dt {
  float: left;
  margin: 0;
  padding: 0;
}
.auto-header-citypop__citylist dt {
  width: 94px;
}
.auto-header-citypop__citylist dd {
  width: 440px;
}
.auto-header-citypop__citylist dd:after {
  content: "";
  display: table;
  clear: both;
}
.auto-header-citypop__citylist dt .tx {
  float: right;
  line-height: 24px;
  color: #202020;
  font-weight: 700;
}
.auto-header-citypop__citylist dt .nu {
  float: left;
  color: #cbcbcb;
  font-size: 18px;
  line-height: 24px;
  padding-left: 16px;
}
.auto-header-citypop__citylist dd a {
  float: left;
  display: block;
  margin: 2px;
  padding: 0 6px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  white-space: nowrap;
  color: #202020;
  text-decoration: none;
}
.auto-header-citypop__citylist dd a:hover {
  color: #d40000;
}
.auto-header-citypop__citylist dd a.current {
  color: #fff;
  background-color: #d40000;
}
.city-layer {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 290px;
  height: 142px;
  margin-left: -145px;
  margin-top: -80px;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
}
.city-layer .city-con {
  padding: 36px 20px 20px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.city-layer .city-name {
  margin-top: 6px;
  font-size: 28px;
}

html,
body {
  font-family: "Noto Sans SC";
  font-weight: 400;
}

.user-settings {
  overflow: hidden;
  height: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  min-width: 90px;
  background-color: #fff;
}

.user-settings .user-avatar {
  width: 40px;
  height: 40px;
  margin-top: 8px;
  object-fit: cover;
}

.user-settings:hover {
  height: auto;
  overflow: visible;
}

.user-menus {
  width: 100%;
  box-sizing: border-box;
  padding: 0 5px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 12%);
  margin-top: 10px;
}

.user-menus .user-menu-item {
  box-sizing: border-box;
  padding-left: 30px;
  line-height: 36px;
  position: relative;
}
.user-menus .user-menu-item a{
  display: inline-block;
  width: 100%;
  line-height: 36px;
}
.user-menus .user-menu-item .user-menu-item-icon {
  position: absolute;
  left: 0px;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.I_M_,
.I_V_ {
  padding-left: 18px;
}

.blank3,
.blank6,
.foot {
  clear: both;
}

.ntes-nav-app a:hover,
.ntes-nav-inside .ntes-nav-mobile-title:hover,
.ntes-nav-inside .ntes-nav-select-title:hover,
.ntes-nav-login a:hover,
.ntes-nav-logined a:hover,
.ntes_nav_wrap .ntes-nav-select-list a:hover,
.unLine,
.unLine a {
  text-decoration: none;
}

.cWhite,
.cWhite a,
.cWhite:visited {
  color: #fff;
}

.cYellow,
.cYellow:visited {
  color: #ff0;
}

.cGreen,
.cGreen:visited {
  color: green;
}

.cGray,
.cGray a,
.cGray:visited {
  color: #333;
}

.cDGray,
.cDGray a,
.cDGray:visited {
  color: #727171;
}

.cBlack,
.cBlack a,
.cBlack:visited {
  color: #000;
}

.cBlue,
.cBlue a,
.cBlue:visited {
  color: #1e50a2;
}

.cRed,
.cRed a,
.cRed:visited {
  color: Red;
}

.cBlack a:hover,
.cBlue a:hover,
.cDGray a:hover,
.cDRed,
.cDRed a,
.cDRed a:hover,
.cDRed:visited,
.cGray a:hover,
.cGreen a:hover,
.cRed a:hover,
.cWhite a:hover,
.cYellow a:hover,
a.cBlack:hover,
a.cBlue:hover,
a.cDGray:hover,
a.cDRed:hover,
a.cGray:hover,
a.cGreen:hover,
a.cRed:hover,
a.cWhite:hover,
a.cYellow:hover {
  color: #ba2636;
}

.foot,
.foot a,
.foot a:visited {
  color: #4d4d4d;
}

.fB {
  font-weight: 700;
}

.fI {
  font-style: italic;
}

.f12px {
  font-size: 12px;
}

.f14px {
  font-size: 14px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.hidden {
  display: none;
}

.noBorder {
  border: none;
}

.blank9w,
.blankW {
  background: #fff;
}

.foot {
  margin: 0 auto;
  width: 960px;
  line-height: 21px;
}

.foot .text {
  padding: 4px 0 5px;
  border-bottom: 1px solid #4d4d4d;
  margin: 0 0 5px;
}

.foot a:hover {
  color: #ba2636;
}

.blank3 {
  height: 3px;
  overflow: hidden;
  display: block;
}

.blank6 {
  height: 6px;
  overflow: hidden;
  display: block;
}

.blank9,
.blank9w {
  height: 9px;
  display: block;
  clear: both;
  overflow: hidden;
}

.blank12 {
  clear: both;
  height: 12px;
  overflow: hidden;
  display: block;
}

.blank15 {
  clear: both;
  height: 15px;
  overflow: hidden;
  display: block;
}

.blank20 {
  clear: both;
  height: 20px;
  overflow: hidden;
  display: block;
}

.ntes_nav_wrap {
  line-height: 1.5;
  font-size: 12px;
}

.c-fl {
  float: left;
}

.c-fr {
  float: right;
}

.ma6,
.mt6 {
  margin-top: 6px;
}

.ma6,
.mr6 {
  margin-right: 6px;
}

.ma6,
.mb6 {
  margin-bottom: 6px;
}

.ma6,
.ml6 {
  margin-left: 6px;
}

.ma12,
.mt12 {
  margin-top: 12px;
}

.ma12,
.mr12 {
  margin-right: 12px;
}

.ma12,
.mb12 {
  margin-bottom: 12px;
}

.ntes-nav-login,
.ntes-nav-logined {
  margin-bottom: -6px;
  position: relative;
}

.ma12,
.ml12 {
  margin-left: 12px;
}

.tips-error input {
  background: #fee;
  border: 1px solid #ffb5b5;
}

.ntes-nav-msg {
  display: none;
}

.ua-ios .ntes-nav-msg,
.ua-mac .ntes-nav-msg {
  position: absolute;
  z-index: 2;
  left: 23px;
  top: 4px;
  float: left;
  padding: 2px;
  width: auto;
  height: 12px;
  background: #eee;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

#js_N_navBoboMsg {
  left: 47px;
}

.ua-ios .ntes-nav-msg-num,
.ua-mac .ntes-nav-msg-num {
  float: left;
  padding: 4px 3px;
  width: auto;
  height: 4px;
  font-family: Verdana;
  background-color: #f59ca0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f59ca0), to(#cb0003));
  background-image: -webkit-linear-gradient(top, #f59ca0, #cb0003);
  background-image: -moz-linear-gradient(top, #f59ca0, #cb0003);
  background-image: -o-linear-gradient(top, #f59ca0, #cb0003);
  background-image: linear-gradient(top, #f59ca0, #cb0003);
  -moz-border-radius: 10px;
  border-radius: 10px;
  line-height: 4px;
  font-size: 10px;
  -webkit-text-size-adjust: none;
}

.ua-mac .ntes-nav-kaola-msg {
  left: 58px;
}

.ua-win .ntes-nav-msg {
  float: left;
  background: #ef313d;
  position: relative;
  left: 12px;
  top: -30px;
  padding: 1px 4px 2px;
  font-family: Verdana;
  line-height: 10px;
  font-size: 10px;
  -webkit-text-size-adjust: none;
  z-index: 2;
}

.ua-win .ntes-nav-msg:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 11px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-top: 6px solid #ef313d;
  border-right: 6px solid transparent;
}

.ua-win .ntes-nav-kaola-msg {
  left: 44px;
}

.ntes-nav-loginframe-pop,
.ntes-nav-select-list {
  background: #fff;
  border: 1px solid #cdcdcd;
  -webkit-box-shadow: 0 0 8px #cdcdcd;
  -moz-box-shadow: 0 0 8px #cdcdcd;
  box-shadow: 0 0 8px #cdcdcd;
}

.ntes-nav-select {
  cursor: pointer;
  position: relative;
  margin-right: 35px;
}

.tvlogo {
  margin-top: 15px;
  width: 71px;
  height: 26px;
}

.ntes-nav-loginframe-pop,
.ntes-nav-select-pop {
  display: none;
  position: absolute;
  z-index: 1000;
}

.ntes-nav-loginframe-pop {
  top: 55px;
  width: 260px;
  padding: 12px 0 20px;
}

.ntes-nav-inside .qrcode-img {
  display: none;
  width: 150px;
  height: 178px;
  position: absolute;
  top: 55px;
  z-index: 1000;
  right: 0;
  -webkit-box-shadow: 0 0 8px #cdcdcd;
  -moz-box-shadow: 0 0 8px #cdcdcd;
  box-shadow: 0 0 8px #cdcdcd;
}

.ntes-nav-select-unfold .ntes-nav-select-arr,
.sitemap-ctrl-active .sitemap-fixed-arr,
.youdao-search-active .search-select-arr {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

.ntes-nav-inside .ntes-nav-select-unfold .qrcode-img,
.ntes-nav-select-unfold .ntes-nav-select-pop {
  display: block;
}

.ntes-nav-select-pop {
  top: 43px;
  padding: 12px 0 0;
}

.ntes-nav-select-pop-huatian,
.ntes-nav-select-pop-mail {
  left: 0;
}

.ntes-nav-select-pop-bobo {
  left: -67px;
}

.ntes-nav-select-pop-kaola {
  left: 0;
}

.ntes-nav {
  text-align: left;
}

.ntes-nav-login,
.ntes-nav-login-title {
  text-align: center;
  width: 70px;
}

.ntes-nav,
.ntes-nav a,
.ntes-nav a:hover,
.ntes-nav a:visited {
  color: #000;
  border-bottom: unset;
}

.toolbar-horizontal .ntes-nav {
  top: 79px;
}

.ntes-nav-inside li {
  float: left;
  height: 56px;
}

.ntes-nav-entry,
.ntes-nav-mobile-title,
.ntes-nav-select-title {
  float: left;
  height: 42px;
  padding: 0 11px;
  text-decoration: none;
}

.ntes-nav-inside .ntes-nav-entry,
.ntes-nav-inside .ntes-nav-mobile-title,
.ntes-nav-inside .ntes-nav-select-title {
  position: relative;
  border-left: 1px solid #3f3f3f;
  border-right: 1px solid #1f1f1f;
}

.ntes-nav-inside .ntes-nav-select-title {
  padding: 1px 14px 0 7px;
}

.ntes-nav-inside .ntes-nav-mobile-title {
  padding: 1px 11px 0;
}

.ntes-nav-login {
  float: left;
  text-align: center;
  z-index: 10;
}

.ntes-nav-login-title {
  display: block;
  height: 45px;
  text-align: center;
  margin-bottom: -6px;
}

.ntes-nav-login-normal {
  background-color: #e11515;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e11515), to(#bb0e0e));
  background-image: -webkit-linear-gradient(top, #e11515, #bb0e0e);
  background-image: -moz-linear-gradient(top, #e11515, #bb0e0e);
  background-image: -o-linear-gradient(top, #e11515, #bb0e0e);
  background-image: linear-gradient(top, #e11515, #bb0e0e);
}

.ntes-nav-logined {
  float: left;
  cursor: pointer;
  -webkit-box-shadow: 0 -8px 8px #000;
  -moz-box-shadow: 0 -8px 8px #000;
}

.ntes-nav-logined .ntes-nav-select-arr,
.ntes-nav-logined-scroll .ntes-nav-select-arr {
  right: 10px;
}

.ntes-nav-logined-userinfo {
  line-height: 45px;
  font-family: vendna;
}

.ntes-nav-logined-username {
  overflow: hidden;
  display: block;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.ntes-nav-login-scroll,
.ntes-nav-logined-scroll {
  border-bottom: 0;
  background: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.ntes-nav-login-active {
  background-color: #cd0c0c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cd0c0c), to(#a20000));
  background-image: -webkit-linear-gradient(top, #cd0c0c, #a20000);
  background-image: -moz-linear-gradient(top, #cd0c0c, #a20000);
  background-image: -o-linear-gradient(top, #cd0c0c, #a20000);
  background-image: linear-gradient(top, #cd0c0c, #a20000);
}

.ntes-nav,
.ntes-nav-main {
  margin: 0 auto;
  background: #fff;
}

.ntes-nav {
  width: 100%;
  line-height: 56px;
  position: fixed;
  z-index: 400;
  left: 0;
  top: 0;
}

.ntes-nav-entry-bobo,
.ntes-nav-entry-cart,
.ntes-nav-entry-huatian,
.ntes-nav-entry-kaola,
.ntes-nav-entry-lofter,
.ntes-nav-entry-mail,
.ntes-nav-entry-mobile,
.ntes-nav-entry-money,
.ntes-nav-entry-rss,
.ntes-nav-entry-study,
.ntes-nav-entry-wblog {
  margin-top: 10px;
  display: block;
  width: 25px;
  height: 23px;
  text-indent: -999em;
  overflow: hidden;
  background-image: url(//static.ws.126.net/163/f2e/commonnav2019/images/nav_sprite_v53.png);
  background-repeat: no-repeat;
}

.ntes-nav-app-bohe,
.ntes-nav-app-cd,
.ntes-nav-app-cp,
.ntes-nav-app-gulu-video,
.ntes-nav-app-hongcai,
.ntes-nav-app-ht,
.ntes-nav-app-kaola-bolo,
.ntes-nav-app-kaola-hg,
.ntes-nav-app-lofter,
.ntes-nav-app-mail,
.ntes-nav-app-meixue,
.ntes-nav-app-money,
.ntes-nav-app-msc,
.ntes-nav-app-newsapp,
.ntes-nav-app-note,
.ntes-nav-app-open,
.ntes-nav-app-qingguo,
.ntes-nav-app-study,
.ntes-nav-app-yanxuan,
.ntes-nav-app-yuedu {
  background-image: url(//static.ws.126.net/163/f2e/commonnav2019/images/nav_sprite_v56.png);
  background-repeat: no-repeat;
}

.ntes-nav-entry-wblog {
  background-position: 0 0;
}

.ntes-nav-entry-rss {
  background-position: 0 -68px;
}

.ntes-nav-entry-kaola {
  background-position: 0 -394px;
  width: 56px;
}

.ntes-nav-app-bohe,
.ntes-nav-app-cd,
.ntes-nav-app-cp,
.ntes-nav-app-gulu-video,
.ntes-nav-app-hongcai,
.ntes-nav-app-ht,
.ntes-nav-app-kaola-bolo,
.ntes-nav-app-kaola-hg,
.ntes-nav-app-lofter,
.ntes-nav-app-mail,
.ntes-nav-app-meixue,
.ntes-nav-app-msc,
.ntes-nav-app-newsapp,
.ntes-nav-app-note,
.ntes-nav-app-open,
.ntes-nav-app-qingguo,
.ntes-nav-app-study,
.ntes-nav-app-yanxuan,
.ntes-nav-app-yuedu {
  padding-left: 32px;
  width: 88px;
  display: block;
}

.ntes-nav-app-newsapp {
  background-position: 0 -156px;
}

.ntes-nav-app-open {
  background-position: 0 -186px;
}

.ntes-nav-app-ht {
  background-position: 0 -215px;
}

.ntes-nav-app-note {
  background-position: 0 -246px;
}

.ntes-nav-app-yuedu {
  background-position: 0 -276px;
}

.ntes-nav-app-cp {
  background-position: 0 -306px;
}

.ntes-nav-app-cd {
  background-position: 0 -335px;
}

.ntes-nav-app-msc {
  background-position: 0 -365px;
}

.ntes-nav-app-yh {
  padding-left: 32px;
  width: 73px;
  display: block;
  background-image: url(//static.ws.126.net/www/v2013/img/temp_jiaoyou.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
}

.ntes-nav-app-mail {
  background-position: 0 -413px;
}

.ntes-nav-app-lofter {
  background-position: 0 -443px;
}

.ntes-nav-app-study {
  background-position: 0 -590px;
}

.ntes-nav-app-qingguo {
  background-position: 0 -631px;
}

.ntes-nav-app-kaola-hg {
  background-position: 0 -725px;
}

.ntes-nav-app-gulu-video {
  background-position: 0 -796px;
}

.ntes-nav-app-bohe {
  background-position: 0 -752px;
}

.ntes-nav-app-hongcai {
  background-position: 0 -275px;
}

.ntes-nav-app-yanxuan {
  background-position: 0 -443px;
}

.ntes-nav-app-meixue {
  background-position: 0 -631px;
}

.ntes-nav-app-kaola-bolo {
  background-position: 0 -335px;
}

.ntes-loginframe {
  margin: 10px 0 0;
  color: #252525;
  line-height: 25px;
  text-align: left;
}

.loginframe-hidden {
  display: none;
}

.ntes-loginframe a,
.ntes-loginframe a:visited {
  color: #252525;
}

.ntes-loginframe a:hover {
  color: #ba2636;
}

.ntes-loginframe-blank {
  padding-left: 35px;
  padding-bottom: 9px;
}

.ntes-loginframe-blank .ntes-loginframe-label {
  float: left;
  width: 190px;
  margin-right: 35px;
}

.ntes-loginframe-tips {
  color: #888;
  line-height: 25px;
}

.ntes-loginframe-label-name {
  float: left;
  width: 50px;
  font-size: 14px;
  margin-left: -50px;
}

.ntes-loginframe-label-ipt {
  float: left;
  width: 187px;
  height: 28px;
  line-height: 28px;
  text-indent: 6px;
  border: 1px solid #ddd;
}

.ntes-loginframe-checkbox {
  float: left;
  margin-right: 7px;
  margin-top: 5px;
}

.ntes-loginframe-hot-link {
  color: #ba2636;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  width: 260px;
  float: left;
  margin-left: -35px;
}

.ntes-loginframe-hot-link a,
.ntes-loginframe-hot-link a:visited {
  color: #ba2636;
}

.ntes-loginframe-btn {
  float: left;
  width: 189px;
  height: 30px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  border: 1px solid #239438;
  color: #fff;
  background-color: #5eba6d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5eba6d), to(#3ca051));
  background-image: -webkit-linear-gradient(top, #5eba6d, #3ca051);
  background-image: -moz-linear-gradient(top, #5eba6d, #3ca051);
  background-image: -o-linear-gradient(top, #5eba6d, #3ca051);
  background-image: linear-gradient(top, #5eba6d, #3ca051);
}

.ntes-loginframe-btn:hover {
  border: 1px solid #239438;
  background-color: #3aaf4e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3aaf4e), to(#118c2b));
  background-image: -webkit-linear-gradient(top, #3aaf4e, #118c2b);
  background-image: -moz-linear-gradient(top, #3aaf4e, #118c2b);
  background-image: -o-linear-gradient(top, #3aaf4e, #118c2b);
  background-image: linear-gradient(top, #3aaf4e, #118c2b);
}

.ntes-domain-selector {
  position: fixed;
  margin-top: -1px;
  line-height: 21px;
  text-indent: 5px;
  z-index: 9999;
}

.ntes-domain-selector-main {
  position: absolute;
  width: 100%;
  padding: 0;
  margin-top: -3px;
  background: #fff;
  border: 1px solid #dcdddd;
}

.N-nav-bottom-main,
.N-nav-channel {
  text-align: center;
  width: 1212px;
  margin: 0 auto;
}

.ntes-domain-selector .title {
  line-height: 22px;
}

.ue-animation {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: 0.8s;
  -moz-animation-delay: 0.2s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -ms-animation-duration: 0.8s;
  -ms-animation-delay: 0.2s;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: both;
  -o-animation-duration: 0.8s;
  -o-animation-delay: 0.2s;
  -o-animation-timing-function: ease;
  -o-animation-fill-mode: both;
  animation-duration: 0.8s;
  animation-delay: 0.2s;
  animation-timing-function: ease;
  animation-fill-mode: both;
}

.ue-shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}

@-moz-keyframes shake {
  0%,
  100% {
    -moz-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px);
  }
}

@-o-keyframes shake {
  0%,
  100% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px);
  }
}

@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5),
  (-moz-min-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3/2),
  (-ms-min-device-pixel-ratio: 1.5),
  (device-min-pixel-ratio: 1.5) {
  .ntes-nav-entry-huatian,
  .ntes-nav-entry-mail,
  .ntes-nav-entry-money,
  .ntes-nav-entry-rss,
  .ntes-nav-entry-wblog,
  .productlinks-i-game,
  .productlinks-i-mail,
  .productlinks-i-recommend,
  .productlinks-i-sns {
    background-image: url(//static.ws.126.net/f2e/include/common_nav/images/icon_retina_v6.svg);
    background-repeat: no-repeat;
  }
  .ntes-nav-entry-wblog {
    background-position: left 1px;
  }
  .ntes-nav-entry-mail {
    background-position: left -25px;
  }
  .ntes-nav-entry-money {
    background-position: left -53px;
  }
  .ntes-nav-entry-rss {
    background-position: left -80px;
  }
  .ntes-nav-entry-huatian {
    background-position: left -278px;
  }
}

.N-nav-bottom {
  font-size: 12px;
  color: #9c9c9c;
  background: #212121;
}

.N-nav-bottom-copyright a {
  color: #9c9c9c;
}
.N-nav-bottom-copyright a:hover{
  opacity: 0.8;
  color: #9c9c9c;
}
.N-nav-bottom-copyright a:link {
  border-bottom: unset;
}
.N-nav-bottom-copyright {
  text-align: center;
  width: 1212px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 12px;
  color: #9c9c9c;
}

.N-nav-bottom-copyright-icon {
  font-family: Arial;
}

.N-nav-bottom,
.N-nav-channel,
.ntes-nav {
  font-family: "Noto Sans SC";
  font-size: 16px;
  font-weight: 400;
}

.N-nav-bottom-main {
  padding-top: 25px;
  height: 16px;
  font-size: 14px;
  color: #fff;
  line-height: 16px;
}
.N-nav-bottom-main span,
.N-nav-bottom-main p {
  color: #fff;
}

.ntes_foot_content .ntes_foot_title {
  margin-right: 35px;
  display: none;
}

.ntes_foot_content p {
  position: relative;
  padding-left: 26px;
  display: none;
}

.ntes_foot_content .nav-foot a {
  display: inline-block;
  margin-right: 20px;
}

.ntes_foot_content p em {
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.ntes_foot_tel {
  margin-right: 40px;
}

.ntes_foot_tel em {
  background-image: url(/themes/custom/zhigu_theme/images/icons/tel@2x.png);
}

.ntes_foot_mail em {
  margin-top: 1px;
  height: 14px !important;
  background-image: url(/themes/custom/zhigu_theme/images/icons/mail@2x.png);
}

.N-nav-bottom-main .ntes_foot_link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background-color: #d1d1d1;
}

.N-nav-bottom-main .ntes_foot_link a:last-child::after {
  display: none;
}

.N-nav-bottom-main a,
.N-nav-bottom-main a:hover,
.N-nav-bottom-main a:visited {
  padding: 0 1px;
  color: #ddd;
  border-bottom: unset;
}

.N-nav-bottom-main a:hover {
  /* text-decoration: underline; */
  color: #fff;
}

.N-nav-channel {
  padding: 14px 0;
  line-height: 13px;
}

.N-nav-channel a {
  padding: 0 7px;
  border-left: 1px solid #ddd;
}

.N-nav-channel a:link,
.N-nav-channel a:visited {
  color: #252525;
}

.N-nav-channel a:active,
.N-nav-channel a:hover {
  color: #cc1b1b;
}

.N-nav-channel a.first {
  border-left: 0;
  padding-left: 0;
  padding-right: 6px;
}

.N-nav-channel a.last {
  padding-right: 0;
  padding-left: 6px;
}

.ntes_nav_wrap {
  height: 56px;
  background-color: #fff;
  border-bottom: solid 2px #e1251b;
}

.ntes-nav .left {
  float: left;
}

.ntes-nav .ntes-nav-channel-logo {
  float: left;
  margin: 11px -15px 0 40px;
}

.ntes-nav .ntes_cnav_link {
  float: left;
  margin-top: 15px;
  overflow: hidden;
  line-height: 16px;
  height: 16px;
  color: #b3b3b3;
}

.ntes-nav .ntes_cnav_link a {
  margin: 0;
}

.ntes-nav .ntes_cnav_link ul {
  float: left;
  margin-left: -1px;
}

.ntes-nav .ntes_cnav_link li {
  height: 14px;
  line-height: 14px;
  float: left;
  padding: 0 9px;
  border-left: #4f4f4f solid 1px;
}

.ntes-nav .ntes_cnav_logobox_jiu {
  float: left;
  margin: 6px 12px 0 0;
  width: 73px;
  height: 34px;
  line-height: 34px;
}

.m-cnt .inputbox,
.m-cnt .m-nerror {
  margin-left: 35px;
}

.ntes-nav .ntes_cnav_logobox_jiu a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -99em;
  overflow: hidden;
}

.g-bd {
  width: auto;
}

.m-container {
  margin-top: 10px;
}

.u-tip {
  padding: 0 5px;
}

.fur-change-email {
  height: 10px;
  line-height: 10px;
  font-size: 10px;
}

.m-footer {
  display: none;
}

.g-bd .w-exception {
  width: 260px;
  height: 300px;
}

.g-bd .w-exception .cnt {
  padding: 40px 19px 0;
}

.g-bd .w-exception .u-btn.f-ib {
  width: 105px;
}

.g-bd .w-exception .u-btn-middle3.j-redirect {
  color: #fff;
  background: #2c7741;
  border-radius: 5px;
  width: 105px;
}

.w-exception .close {
  display: none;
}

.m-container .m-ologin {
  margin-left: 34px;
  width: 192px;
  border-top: 1px solid #ddd;
  padding-top: 4px;
}

.m-container .m-ologin .otip {
  font: 12px/26px "Sim sun";
  width: 80px;
  color: #666;
}

.m-container .m-ologin .olist {
  margin-left: 85px;
}

blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

.ntes_nav_wrap em {
  font-style: normal;
}

button,
input,
optgroup,
option,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

:link img,
:visited img,
a img,
fieldset,
img {
  border: 0;
}

a {
  text-decoration: none;
}

.ntes_nav_wrap a:hover {
  text-decoration: underline;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

.clear,
.clearfix:after {
  clear: both;
  height: 0;
  overflow: hidden;
  display: block;
}

.clearfix:after {
  visibility: hidden;
  content: ".";
}

.common_wrap {
  width: 960px;
  margin: 0 auto;
}

.I_A_,
.I_C_,
.I_L_,
.I_NM_,
.I_NV_,
.I_N_G_,
.I_N_PIC_,
.I_N_V_,
.I_PIC_,
.I_R_,
.I_SN_,
.I_TN_,
.I_T_,
.I_V_ {
  padding: 2px 0 2px 20px;
  background-image: url(//img6.cache.netease.com/cnews/news2012/img/icons-new-v2.png);
  background-repeat: no-repeat;
}

.I_NV_,
.I_N_V_,
.I_V_ {
  background-position: 0 center;
}

.I_A_,
.I_N_G_ {
  background-position: -440px center;
}

.I_N_PIC_,
.I_PIC_ {
  background-position: -880px center;
}

.I_C_ {
  background-position: -1320px center;
}

.I_R_ {
  background-position: -1760px center;
}

.I_SN_ {
  background-position: -2200px center;
}

.I_T_ {
  background-position: -2640px center;
}

.I_NM_ {
  background-position: -3080px center;
}

.I_L_ {
  background-position: -3520px center;
}

.I_TN_ {
  background-position: -3960px center;
}

.ico_new {
  padding: 5px 22px 0 0;
  background-position: right -90px;
}

.ico_hot {
  padding: 5px 20px 0 0;
  background-position: right -47px;
}

.ico_more {
  padding-right: 18px;
  background-position: right 0;
}

.ntes-nav-main {
  margin: auto;
  max-width: 1212px;
  height: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

@keyframes movemenu {
  0% {
    background-position: -1px 7px;
  }
  100% {
    background-position: -301px 7px;
  }
}

@keyframes menu {
  0%,
  100%,
  90% {
    width: 24px;
  }
  45% {
    width: 6px;
  }
}

.ntes-nav {
  border-bottom: 0;
  height: 56px;
}

.ntes-nav-logined {
  border-bottom: 0 none;
  box-shadow: none;
}

.ntes-nav-loginframe-pop,
.ntes-nav-select-pop {
  left: auto;
  right: 0;
}

.ntes-nav-app .ntes-nav-select-pop {
  left: 0;
  right: auto;
}

.ntes-nav-inside .ntes-nav-select-title-register .ntes-nav-select-arr,
.ntes-nav-select-wide .ntes-nav-select-arr {
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
}

.ntes-nav-inside {
  float: right;
  border: 0;
  overflow: hidden;
}

.ntes-nav-inside .ntes-nav-select-title {
  border: 0;
  border-left: 1px solid #4d4d4d;
}

.ntes-nav-inside .ntes-nav-entry:hover,
.ntes-nav-inside .ntes-nav-select-unfold .ntes-nav-select-title {
  border-left: 1px solid #4d4d4d;
}

.ntes-nav-inside .ntes-nav-select-title-lofter {
  padding-left: 14px;
  padding-right: 10px;
}

.ntes-nav-inside .ntes-nav-select-title-study {
  padding-left: 11px;
  padding-right: 13px;
}

.ntes-nav-inside .ntes-nav-select-title-bobo {
  padding-left: 16px;
  padding-right: 23px;
}

.ntes-nav-inside .ntes-nav-select-title-mail {
  padding-left: 9px;
  padding-right: 15px;
}

.ntes-nav-inside .ntes-nav-select-title-money {
  padding-left: 11px;
  padding-right: 14px;
}

.ntes-nav-inside .ntes-nav-select-title-cart {
  padding-left: 8px;
  padding-right: 17px;
}

.ntes-nav-inside .ntes-nav-select-title-huatian {
  padding-left: 8px;
  padding-right: 14px;
}

.ntes-nav-inside .ntes-nav-mobile-title {
  padding-left: 13px;
  padding-right: 14px;
  border: 0;
  border-left: 1px solid #4d4d4d;
}

.ntes-nav-login-normal {
  background: #d60000;
  border-color: #d60000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.ntes-nav-login-active,
.ntes-nav-login-normal {
  border-bottom: 5px solid #d60000;
  box-shadow: none;
}

.ntes-nav-login {
  height: 43px;
}

.ntes-nav-login-scroll {
  background: 0 0;
  border-bottom: none;
}

.ntes-nav-login-active {
  border-color: #f70e0e;
  background: #f70e0e;
}

.ntes-nav-select-wide .ntes-nav-select-title {
  position: relative;
  padding: 0 35px 0 22px;
  height: 56px;
}

.ntes-nav-select-arr {
  position: absolute;
  right: initial;
  left: 0;
  width: 17px;
  height: 16px;
  background: url(/themes/custom/zhigu_theme/images/icons/ico_serach@2x.png) no-repeat 0 0 / cover;
}

.ntes-nav-logined {
  padding: 0;
  border-right: 1px solid #444;
  background: 0 0;
  height: 43px;
}

.ntes-nav-logined-userinfo {
  padding: 0 26px 0 11px;
  border-left: 1px solid #4d4d4d;
}

.ntes-nav-logined-username {
  max-width: 70px;
  width: 70px;
  height: 40px;
}

.ntes_nav_wrap.ntes-nav-wrap-resize1024 .ntes-nav .ntes-nav-channel-logo {
  margin: 11px 25px 0 0;
}

.ntes_nav_wrap.ntes-nav-wrap-resize1024 .ntes-nav-main {
  width: 1024px;
}

.ntes_nav_wrap.ntes-nav-wrap-resize1024 .ntes-nav-index-title {
  padding: 0;
}

.ntes_nav_wrap.ntes-nav-wrap-resize1024 .ntes-nav-quick-navigation {
  margin-right: 0;
}

.ntes_nav_wrap.ntes-nav-wrap-resize1024 .ntes-quicknav-content {
  width: 1024px;
  margin: 0 auto;
  overflow: hidden;
}

.ntes_nav_wrap.ntes-nav-wrap-resize1024 .ntes-quicknav-column {
  float: left;
  width: 95px;
  border-right: 1px solid #f6f6f6;
}

.ntes_nav_wrap.ntes-nav-wrap-resize1024 .ntes-quicknav-column li {
  font: 12px/30px "Sim sun";
}

.ntes_nav_wrap.ntes-nav-wrap-resize1024 .ntes-quicknav-column li a,
.ntes_nav_wrap.ntes-nav-wrap-resize1024 .ntes-quicknav-column li span {
  color: #333;
}

.ntes_nav_wrap.ntes-nav-wrap-resize1024 .ntes-quicknav-column li h3 {
  margin-bottom: 8px;
  font: 16px/30px "Microsoft Yahei";
}

.ntes_nav_wrap.ntes-nav-wrap-resize1024 .ntes-quicknav-column li h3 a {
  color: #404040;
}

.ntes_nav_wrap.ntes-nav-wrap-resize1024 .ntes-quicknav-column li h3 a:hover {
  color: #f33;
  text-decoration: none;
}

.ntes_nav_wrap.ntes-nav-wrap-resize1024 .ntes-quicknav-column li a:hover {
  color: #f33;
  text-decoration: underline;
}

.ntes_nav_wrap.ntes-nav-wrap-resize1024 .ntes-quicknav-column.ntes-quicknav-column-1 {
  width: 88px;
}

.ntes_nav_wrap.ntes-nav-wrap-resize1024 .ntes-quicknav-column.ntes-quicknav-column-2,
.ntes_nav_wrap.ntes-nav-wrap-resize1024 .ntes-quicknav-column.ntes-quicknav-column-3 {
  width: 94px;
}

.ntes_nav_wrap.ntes-nav-wrap-resize1024 .ntes-quicknav-column.ntes-quicknav-column-1 li {
  padding-left: 24px;
}

.ntes_nav_wrap.ntes-nav-wrap-resize1024 .ntes-quicknav-column.ntes-quicknav-column-2 li {
  padding-left: 29px;
}

.ntes_nav_wrap.ntes-nav-wrap-resize1024 .ntes-quicknav-column.ntes-quicknav-column-3 li,
.ntes_nav_wrap.ntes-nav-wrap-resize1024 .ntes-quicknav-column.ntes-quicknav-column-4 li {
  padding-left: 33px;
}

.ntes_nav_wrap.ntes-nav-wrap-resize1024 .ntes-quicknav-column.ntes-quicknav-column-4 {
  width: 95px;
}

.ntes_nav_wrap.ntes-nav-wrap-resize1024 .ntes-quicknav-column.ntes-quicknav-column-5 {
  width: 96px;
}

.ntes_nav_wrap.ntes-nav-wrap-resize1024 .ntes-quicknav-column.ntes-quicknav-column-6,
.ntes_nav_wrap.ntes-nav-wrap-resize1024 .ntes-quicknav-column.ntes-quicknav-column-7 {
  width: 94px;
}

.ntes_nav_wrap.ntes-nav-wrap-resize1024 .ntes-quicknav-column.ntes-quicknav-column-5 li {
  padding-left: 29px;
}

.ntes_nav_wrap.ntes-nav-wrap-resize1024 .ntes-quicknav-column.ntes-quicknav-column-6 li {
  padding-left: 20px;
}

.ntes_nav_wrap.ntes-nav-wrap-resize1024 .ntes-quicknav-column.ntes-quicknav-column-7 li {
  padding-left: 32px;
}

.ntes_nav_wrap.ntes-nav-wrap-resize1024 .ntes-quicknav-column.ntes-quicknav-column-8 {
  width: 95px;
}

.ntes_nav_wrap.ntes-nav-wrap-resize1024 .ntes-quicknav-column.ntes-quicknav-column-8 li {
  padding-left: 12px;
}

.ntes_nav_wrap.ntes-nav-wrap-resize1024 .ntes-quicknav-column.ntes-quicknav-column-9 {
  width: 94px;
}

.ntes_nav_wrap.ntes-nav-wrap-resize1024 .ntes-quicknav-column.ntes-quicknav-column-9 li {
  padding-left: 14px;
}

.ntes_nav_wrap.ntes-nav-wrap-resize1024 .ntes-quicknav-column.ntes-quicknav-column-10 {
  width: 95px;
}

.ntes_nav_wrap.ntes-nav-wrap-resize1024 .ntes-quicknav-column.ntes-quicknav-column-10 li {
  padding-left: 33px;
}

.ntes_nav_wrap.ntes-nav-wrap-resize1024 .ntes-quicknav-column.ntes-quicknav-column-11 {
  width: 75px;
  border-right: none;
}

.ntes_nav_wrap.ntes-nav-wrap-resize1024 .ntes-quicknav-column.ntes-quicknav-column-11 li {
  padding-left: 23px;
}

.ntes_nav_wrap.ntes-nav-wrap-resize1024 .ntes-nav-sitemap a i {
  margin-right: 14px;
}

.ntes_nav_wrap .ntes-nav-index-title {
  padding-right: 70px;
  height: 56px;
}

.ntes_nav_wrap .ntes-nav-index-title img {
  margin-top: 3.5px;
  width: auto;
  height: 49px;
}

.ntes_nav_wrap .ntes-nav-quick-navigation {
  width: 68px;
  float: right;
  border-left: 1px solid #444;
  margin-right: 40px;
}

.ntes_nav_wrap .ntes-nav-quick-navigation a.ntes-nav-quick-navigation-btn {
  display: block;
  height: 43px;
}

.ntes_nav_wrap .ntes-nav-quick-navigation a.ntes-nav-quick-navigation-btn:hover {
  background: #1e1e1e;
}

.ntes_nav_wrap .ntes-nav-quick-navigation a.ntes-nav-quick-navigation-btn:hover .menu1 {
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

.ntes_nav_wrap .ntes-nav-quick-navigation a.ntes-nav-quick-navigation-btn:hover .menu3 {
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  -o-transform: translate(0, 2px);
  transform: translate(0, 2px);
}

.ntes_nav_wrap .ntes-nav-quick-navigation em {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  width: 28px;
  height: 44px;
  line-height: 0;
  margin-left: 20px;
}

.ntes_nav_wrap .ntes-nav-quick-navigation .ntes-nav-quick-navigation-btn span {
  display: block;
  float: right;
  clear: both;
  width: 24px;
  height: 2px;
  background: #efefef;
}

.ntes_nav_wrap .ntes-nav-quick-navigation span.menu1 {
  margin: 13px 2px 0;
  -webkit-transition: -webkit-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  transition: transform 0.4s;
}

.ntes_nav_wrap .ntes-nav-quick-navigation span.menu2 {
  margin: 6px 2px 0;
}

.ntes_nav_wrap .ntes-nav-quick-navigation span.menu3 {
  margin: 6px 2px 0;
  -webkit-transition: -webkit-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  transition: transform 0.4s;
}

.ntes_nav_wrap .ntes-nav-quick-navigation .ntes-nav-quick-navigation-active,
.ntes_nav_wrap .ntes-nav-quick-navigation .ntes-nav-quick-navigation-active:hover {
  background: #1e1e1e;
}

.ntes_nav_wrap .ntes-nav-quick-navigation .ntes-nav-quick-navigation-active em span,
.ntes_nav_wrap .ntes-nav-quick-navigation .ntes-nav-quick-navigation-active:hover em span {
  opacity: 0;
  display: none\9;
}

.ntes_nav_wrap .ntes-nav-quick-navigation .ntes-nav-quick-navigation-active em {
  -moz-animation: movemenu 0.3s steps(10) forwards;
  -webkit-animation: movemenu 0.3s steps(10) forwards;
  animation: movemenu 0.3s steps(10) forwards;
}

.ntes_nav_wrap .ntes-nav-quick-navigation .ntes-nav-quick-navigation-init .menu1 {
  -moz-animation: menu 0.8s ease 0s 2;
  -webkit-animation: menu 0.8s ease 0s 2;
  animation: menu 0.8s ease 0s 2;
}

.ntes_nav_wrap .ntes-nav-quick-navigation .ntes-nav-quick-navigation-init .menu2 {
  -moz-animation: menu 0.8s ease 0.16s 2;
  -webkit-animation: menu 0.8s ease 0.16s 2;
  animation: menu 0.8s ease 0.16s 2;
}

.ntes_nav_wrap .ntes-nav-quick-navigation .ntes-nav-quick-navigation-init .menu3 {
  -moz-animation: menu 0.8s ease 0.32s 2;
  -webkit-animation: menu 0.8s ease 0.32s 2;
  animation: menu 0.8s ease 0.32s 2;
}

.ntes_nav_wrap .ntes-quicknav-pop {
  display: block;
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 43px;
  -moz-box-shadow: 0 0 2px 3px rgba(4, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 2px 3px rgba(4, 0, 0, 0.08);
  box-shadow: 0 0 2px 3px rgba(4, 0, 0, 0.08);
}

.ntes_nav_wrap .ntes-quicknav-list {
  padding-top: 22px;
  border-bottom: 1px solid #cdcdcd;
  border-left: 1px solid #cdcdcd;
  background: #fff;
}

.ntes_nav_wrap .ntes-quicknav-content {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.ntes_nav_wrap .ntes-quicknav-column {
  float: left;
  width: 107px;
  border-right: 1px solid #f6f6f6;
}

.ntes_nav_wrap .ntes-quicknav-column li {
  font: 12px/30px "Sim sun";
}

.ntes_nav_wrap .ntes-quicknav-column li a,
.ntes_nav_wrap .ntes-quicknav-column li span {
  color: #333;
}

.ntes_nav_wrap .ntes-quicknav-column li h3 {
  margin-bottom: 8px;
  font: 16px/30px "Microsoft Yahei";
}

.ntes_nav_wrap .ntes-quicknav-column li h3 a {
  color: #404040;
}

.ntes_nav_wrap .ntes-quicknav-column li h3 a:hover {
  color: #f33;
  text-decoration: none;
}

.ntes_nav_wrap .ntes-quicknav-column li a:hover {
  color: #f33;
  text-decoration: underline;
}

.ntes_nav_wrap .ntes-quicknav-column.ntes-quicknav-column-1 {
  width: 98px;
}

.ntes_nav_wrap .ntes-quicknav-column.ntes-quicknav-column-2,
.ntes_nav_wrap .ntes-quicknav-column.ntes-quicknav-column-3,
.ntes_nav_wrap .ntes-quicknav-column.ntes-quicknav-column-4 {
  width: 110px;
}

.ntes_nav_wrap .ntes-quicknav-column.ntes-quicknav-column-1 li {
  padding-left: 33px;
}

.ntes_nav_wrap .ntes-quicknav-column.ntes-quicknav-column-2 li {
  padding-left: 37px;
}

.ntes_nav_wrap .ntes-quicknav-column.ntes-quicknav-column-3 li {
  padding-left: 40px;
}

.ntes_nav_wrap .ntes-quicknav-column.ntes-quicknav-column-10,
.ntes_nav_wrap .ntes-quicknav-column.ntes-quicknav-column-5,
.ntes_nav_wrap .ntes-quicknav-column.ntes-quicknav-column-6,
.ntes_nav_wrap .ntes-quicknav-column.ntes-quicknav-column-7,
.ntes_nav_wrap .ntes-quicknav-column.ntes-quicknav-column-8,
.ntes_nav_wrap .ntes-quicknav-column.ntes-quicknav-column-9 {
  width: 109px;
}

.ntes_nav_wrap .ntes-quicknav-column.ntes-quicknav-column-4 li {
  padding-left: 41px;
}

.ntes_nav_wrap .ntes-quicknav-column.ntes-quicknav-column-5 li {
  padding-left: 40px;
}

.ntes_nav_wrap .ntes-quicknav-column.ntes-quicknav-column-6 li {
  padding-left: 35px;
}

.ntes_nav_wrap .ntes-quicknav-column.ntes-quicknav-column-7 li {
  padding-left: 39px;
}

.ntes_nav_wrap .ntes-quicknav-column.ntes-quicknav-column-8 li,
.ntes_nav_wrap .ntes-quicknav-column.ntes-quicknav-column-9 li {
  padding-left: 18px;
}

.ntes_nav_wrap .ntes-quicknav-column.ntes-quicknav-column-10 li {
  padding-left: 40px;
}

.ntes_nav_wrap .ntes-quicknav-column.ntes-quicknav-column-11 {
  width: 108px;
  border-right: none;
}

.ntes_nav_wrap .ntes-quicknav-column.ntes-quicknav-column-11 li {
  padding-left: 35px;
}

.ntes_nav_wrap .ntes-nav-sitemap {
  clear: both;
  padding-top: 17px;
  padding-bottom: 27px;
  overflow: hidden;
  font: 12px/20px "Sim sun";
}

.ntes_nav_wrap .ntes-nav-sitemap a {
  float: right;
  color: #333;
  text-align: right;
}

.ntes_nav_wrap .ntes-nav-sitemap a:hover,
.ntes_nav_wrap .ntes-nav-sitemap a:visited {
  color: #333;
}

.ua-ios .ntes-nav-quick-navigation {
  display: none;
}

.ua-ios .ntes_nav_wrap.ntes-nav-wrap-resize1024 .ntes-nav-main {
  width: 944px;
}

.ua-ios .ntes-nav-entry-huatian {
  background-position: 0 -114px;
}

.ntes-nav-select-wide {
  height: 56px;
  font-size: 14px;
}

.js_N_nav_login_title {
  font-size: 14px;
}

.incons{
  margin-top: 8px;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: unset;
  cursor: pointer;
}
.incons img{
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.hide-login{
  position: absolute;
  background-color: #fff;
  border-radius: 4px;
  border:solid 1px #ebebeb;
  right:-40px;
  top:56px;
  padding: 6px 20px;
}
.hide-login:before{
  content: '';
  position: absolute;
  top:-8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-bottom: 8px solid #ebebeb;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.hide-login::after{
  content: '';
  position: absolute;
  top:-6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-bottom: 6px solid #fff;
  border-left: 7px solid transparent;
  border-right: solid 7px transparent;
}
.hide-login a{
  display: flex;
  align-items: center;
  height: 40px;
  color:#8590a6;
}
.hide-login a img{
  width:15px;
  height:18px;
  margin-right:5px;
}

.clearfloat:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

#inputss {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  word-break: break-word;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

:focus {
  outline: none;
}

ol,
ul {
  list-style: none;
}

.zhiguker-portal {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 10009;
  overflow: hidden;
}

.zhiguker-portal.is--active {
  display: block;
}

.zhiguker-search-mask {
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 100%, 0.98);
  overflow: auto;
}

.zhiguker-search-mask .zhiguker-search-mask-main {
  width: 1212px;
  margin: auto;
}

.zhiguker-search-mask .zhiguker-search-mask-main .zhiguker-search-mask-header {
  padding-top: 68px;
}

.zhiguker-search-mask .zhiguker-search-mask-main .zhiguker-search-mask-header .logo {
  width: 132px;
  height: 49px;
  background: url(/themes/custom/zhigu_theme/images/protal/logo@2x.png) no-repeat 0 0 / cover;
  float: left;
  cursor: pointer;
}

.zhiguker-search-mask .zhiguker-search-mask-main .zhiguker-search-mask-header .close {
  width: 36px;
  height: 36px;
  float: right;
  background: url(/themes/custom/zhigu_theme/images/protal/close@2x.png) no-repeat 0 0 / cover;
  position: relative;
  top: 6.5px;
  cursor: pointer;
}

.zhiguker-search-mask .zhiguker-search-mask-main .zhiguker-search-mask-search-input {
  height: 46px;
  margin-top: 156px;
}

.zhiguker-search-mask .zhiguker-search-mask-main .zhiguker-search-mask-search-input input {
  height: 40px;
  width: 600px;
  font-size: 36px;
  color: #515151;
  letter-spacing: 0;
  text-align: left;
  float: left;
  position: relative;
  top: 3px;
  border-radius: 1px;
  background: transparent;
}

.zhiguker-search-mask .zhiguker-search-mask-main .zhiguker-search-mask-search-input input:focus {
  color: #262626;
}

.zhiguker-search-mask-hot-search {
  margin-top: 50px;
}

.weight-bold {
  font-weight: 600;
}

.ellipsis-2,
.ellipsis-3 {
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.ellipsis-1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis-2 {
  -webkit-line-clamp: 2;
}

.ellipsis-3 {
  -webkit-line-clamp: 3;
}

.ellipsis-4 {
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.zhiguker-search-mask-hot-search .hot-tag {
  font-size: 22px;
  color: #000;
  height: 28px;
  line-height: 28px;
  text-align: justify;
}

.zhiguker-search-mask-hot-search .hot-word .hot-word-item {
  cursor: pointer;
  float: left;
  height: 36px;
  line-height: 36px;
  margin-right: 10px;
  margin-top: 20px;
}

.zhiguker-search-mask-hot-search .hot-word .hot-word-item .hot-word-common {
  padding: 0 20px;
  background: #fff;
  border: solid 1px #919191;
  border-radius: 18px;
  font-size: 14px;
  color: #212121;
  display: block;
  height: 34px;
  line-height: 34px;
}

.zhiguker-search-mask-hot-search .hot-word .hot-word-item .hot-word-common:hover {
  color: #fff;
  background: #e1251b;
  border-color: #e1251b;
}

.zhiguker_layout .main-left {
  float: left;
  padding-top: 14px;
}

.zhiguker_layout .main-right {
  padding-top: 14px;
  float: right;
}

.zhiguke-search-result {
  width: 100%;
}

.zhiguker-search-result-input {
  padding: 36px 25px;
  background-color: #fff;
  overflow: hidden;
  box-sizing: border-box;
}

.zhiguker-search-result-input input {
  background: #fff;
  width: 80%;
  float: left;
  height: 100%;
  word-break: break-all;
  height: 50px;
  border: 1px solid #e2e2e2;
  border-radius: 4px 0 0 4px;
  border-right: none;
  text-indent: 19px;
  font-size: 14px;
  color: #515151;
}

.zhiguker-search-result-input .search-btn {
  width: 20%;
  float: left;
  height: 50px;
  background: #e1251b;
  border-radius: 0px 4px 4px 0px;
  line-height: 50px;
  cursor: pointer;
  position: relative;
}

.zhiguker-search-result-input .search-btn span {
  z-index: 2;
  position: relative;
}

.zhiguker-search-result-input .search-btn .search-text {
  color: #fff;
  font-size: 14px;
  float: left;
  padding-left: 46px;
}

.zhiguker-search-result-input .search-btn .search-icon {
  float: left;
  height: 16px;
  width: 17px;
  position: relative;
  top: 17px;
  left: 6px;
  background: url(/themes/custom/zhigu_theme/images/protal/ico_search_w@2x.png) no-repeat 0 0 / cover;
}

.zhiguker-search-result {
  padding-top: 26px;
  padding-bottom: 22px;
  padding-left: 24px;
  font-size: 14px;
  color: #515151;
  line-height: 1;
}

.zhiguker-search-result span {
  margin: 0 8px;
  color: #e1251b;
}

.zhiguker-search-result-list {
  float: left;
  width: 612px;
}

.zhiguker-search-result-list .zhiguker-search-nodata {
  text-align: center;
  padding-top: 43px;
  padding-bottom: 47px;
  min-height: 500px;
  background-color: #fff;
}

.zhiguker-search-result-list .zhiguker-search-nodata .nodata-icon {
  margin: auto;
  width: 467px;
  height: 179px;
  display: block;
  background: url(/themes/custom/zhigu_theme/images/protal/icon-nodata@2x.png) no-repeat 0 0 / cover;
}

.zhiguker-search-result-list .zhiguker-search-nodata .sorry {
  padding-top: 7px;
  padding-bottom: 10px;
  color: #8a8a8a;
  font-size: 18px;
  font-weight: bold;
}

.zhiguker-search-result-list .zhiguker-search-nodata .sorry span {
  color: #e1251b;
}

.zhiguker-search-result-list .zhiguker-search-nodata .try-other-word {
  font-size: 14px;
  color: #9c9c9c;
}

.zhiguker-loading-more {
  width: 100%;
}

.zhiguker-loading-more .zhiguker-search-result-list-main {
  width: 100%;
}

.zhiguker-loading-more .zhiguker-search-result-list-main .search-result-list-item-article {
  padding: 12px 24px;
  margin-bottom: 16px;
  background-color: #fff;
}

.zhiguker-loading-more .zhiguker-search-result-list-main .search-result-list-item-article:hover {
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}

.flow-article-item {
  position: relative;
  display: block;
  height: 138px;
}

.shadow-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.shadow-wrapper .shadow-content {
  z-index: 102;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flow-article-item .article-item-pic-wrapper {
  float: left;
  width: 184px;
  height: 100%;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
  display: block;
}

.flow-article-item .article-item-pic-wrapper .article-item-pic {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  z-index: 10;
  justify-content: center;
  overflow: hidden;
}

.flow-article-item .article-item-pic-wrapper .article-item-pic img {
  height: 100%;
  width: 100%;
  aspect-ratio: 100 / 75;
  object-fit: fill;
}

.scaleBig {
  transition: all 1s;
}

.scaleBig:hover {
  transform: scale(1.12);
}

.flow-article-item .article-item-info {
  float: left;
  width: 360px;
  height: 100%;
  margin-left: 18px;
}

.zhiguker-card-container {
  width: 298px;
  overflow: hidden;
  position: relative;
  float: right;
  background-color: #fff;
}

.flow-article-item .article-item-info .title-wrapper {
  margin-top: 8px;
  max-height: 48px;
  line-height: 24px;
  overflow: hidden;
}

.flow-article-item .article-item-info .title-wrapper .article-item-title {
  font-size: 18px;
  color: #000;
  text-align: justify;
  transition: 0.5s;
}

.zhiguker-search-result-list em {
  font-style: normal;
  color: #e1251b;
}

.flow-article-item .article-item-info .title-wrapper .article-item-title:hover {
  cursor: pointer;
  color: #e1251b;
}

.flow-article-item .article-item-info .title-wrapper .article-item-title:visited {
  color: #787878;
}

.zhiguker-flow-bar {
  font-size: 12px;
  line-height: 18px;
  color: #9c9c9c;
  position: absolute;
  bottom: 2px;
  width: 100%;
  float: left;
}

.zhiguker-flow-bar .zhiguker-flow-bar-name,
.zhiguker-flow-bar .zhiguker-flow-bar-time {
  display: inline-block;
  float: left;
}

.zhiguker-flow-bar .zhiguker-flow-bar-name {
  margin-right: 18px;
  color: #212121;
}

.zhiguker-flow-bar .zhiguker-flow-bar-data {
  display: inline-block;
  float: right;
  color: #515151;
}

.search-result-list-item-article-3 .flow-article-item {
  height: 240px;
}

.search-result-list-item-article-3 .flow-article-item .article-item-pic-wrapper {
  width: 100%;
}

.search-result-list-item-article-3 .flow-article-item .article-item-pic-wrapper .article-item-pic {
  height: 138px;
  top: 55px;
  width: 184px;
}

.search-result-list-item-article-3 .flow-article-item .article-item-pic-wrapper .article-item-pic:nth-child(2) {
  left: 190px;
}

.search-result-list-item-article-3 .flow-article-item .article-item-pic-wrapper .article-item-pic:nth-child(3) {
  left: 380px;
}

.search-result-list-item-article-3 .flow-article-item .article-item-info {
  position: inherit;
  margin: 0;
  width: 100%;
}

.search-result-list-item-article-3 .flow-article-item .article-item-info .title-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0;
  -webkit-line-clamp: 1;
}

.zhiguker-card {
  padding: 0 24px;
}

.zhiguker-card-content {
  width: 100%;
}

.zhiguker-card-content .title {
  padding-top: 12px;
  font-size: 22px;
  color: #000;
}

.zhiguker-card-content .column {
  width: 100%;
  padding-bottom: 14px;
  padding-top: 12px;
}

.zhiguker-card-content .column li {
  display: inline-block;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 0 16px;
  height: 36px;
  border: 1px solid #919191;
  border-radius: 18px;
  line-height: 34px;
  font-size: 14px;
  color: #212121;
}

.zhiguker-card-content .column li a {
  display: block;
}

.zhiguker-card-content .column li:hover {
  border-color: #e1251b;
}

.zhiguker-card-content .column li:hover a {
  text-decoration: none;
}
.ntes_foot_link {
  display: none;
}
/*
  视频直播头部修改
*/
.video-list_container,
.live-list_container{
	margin: auto;
	width: 1212px;
}
.top-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  width: 100%;
  height: 50px;
}
.title-crumb{
  display: flex;
  align-items: flex-end;
}
.title-crumb .title-h2{
  font-size: 30px;
  color: #202020;
  font-weight: 600;
}
.title-crumb .crumb-box{
  margin-left: 20px;
  font-size: 15px;
}
.title-crumb .crumb-box .tt{
  margin-right: 10px;
}
.title-crumb .crumb-box .crumb-name em,
.title-crumb .crumb-box .crumb-name i{
  font-style: normal;
}
.header-publisher-wrapper{
  margin-right: 16px;
  height: 100%;
}
.ttp-header-publisher{
  position: relative;
  outline: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.publisher-icon{
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  padding-left: 30px;
  text-decoration: none;
  border: none;
  opacity: 0.6;
}
.publisher-icon::before{
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  background-image: url(data:image/png;base64,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);
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -10px;
}
.publisher-icon:hover{
  opacity: 1;
  color: #fff;
  text-decoration: none;
}

/*新底部23-12-19*/
.new-nav_bottom .N-nav-bottom-main{height: auto;}
.new-nav_bottom .N-nav-bottom-main::after{content: '';clear: both;display: block;}
.new-nav_bottom .ntes_foot_link{display: block;font-size: 16px;height: 40px;line-height: 40px;width: 312px;}
.new-nav_bottom .ntes_foot_link a{padding: 0;color: #8d8d8d;display: inline-block;float: left;width: 50%;font-weight: bold;}
.new-nav_bottom .ntes_foot_link a:hover{color: #fff;}
.new-nav_bottom .ntes_foot_link a::after{display: none;}
.ntes_foot_content{width: 900px;}
.ntes_foot_content ul{display: flex;}
.new-nav_bottom .about_us p,.new-nav_bottom .contact_us p,.new-nav_bottom .cooperate_us p{display: block;line-height: 30px;text-align: left;}
.ntes_foot_content li .title{font-weight: bold;height: 40px;line-height: 40px;font-size: 16px;color: #8f9635;margin-top: 0;padding-left: 26px;text-align: left;}
.new-nav_bottom{position: relative;}
.new-nav_bottom::before{content: '';position: absolute;top: 76px;left: 0;width: 100%;height: 1px;background-color: #bcbcbc;}
.ntes_foot_content li > div{margin-top: 30px;}
.follow_us > div > span{display: block;line-height: 30px;text-align: left;padding-left: 26px;cursor: pointer;}
.ntes_foot_content li{width: 25%;padding-right: 16px;}
.follow_us > div{position: relative;}
.follow_us > div > span:hover,.N-nav-bottom-main a:hover{color: #d40000;}
.follow_us > div > p{position: absolute;z-index: 1;}
.follow_us > div > p img{width: 120px;height: auto;box-sizing: border-box;border-radius: 8px;}
.follow_us .WeChat:hover .WeChatCode{display: block;}
.follow_us .Tiktok:hover .TiktokCode{display: block;}
.follow_us .applet:hover .appletCode{display: block;}

/*24-7-3*/
.hide-published{
  position: absolute;
  z-index: 100;
  background-color: #fff;
  border-radius: 4px;
  border: solid 1px #ebebeb;
  right: -14px;
  top: 36px;
  padding: 6px 20px;
}
.hide-published::before{
  content: '';
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-bottom: solid 8px #ebebeb;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
}
.hide-published::after{
  content: '';
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-bottom: solid 6px #fff;
  border-left: 7px solid transparent;
  border-right: solid 7px transparent;
}
.hide-published a{
  display: block;
  line-height: 30px;
  color: #8590a6;
}
.hide-published a:hover{
  color: #d40000;
}

@media screen and (min-width: 1080px) {
  .mobile-nav__header-title {
    display: none;
  }
  .flow-article-item .article-item-info{
    position: relative;
  }
}

@media screen and (min-width: 1679px) {
  .ntes-nav-main {
    max-width: 1212px;
  }
  .flow-article-item .article-item-info{
    position: relative;
  }
}

@media screen and (max-width: 850px) {
  .ntes-nav-main .c-fr {
    display: none;
  }
  .ntes-nav .ntes-nav-index-title {
    display: none;
  }
  .toolbar-vertical .ntes-nav {
  }

  .N-nav-bottom-main,
  .N-nav-channel,
  .N-nav-bottom-copyright {
    width: 100%;
  }
  .forum-header p {
    margin-left: 5px !important;
  }
  .forum-header .to-create-forum {
    top: 0;
  }
  /*
    手机端顶部灰条不显示
  */
  .header_top-nav,
  .header_center-menu .navs-box{
    display: none;
  }
  .header-common__nav,
  .mobile-nav__header-title{
    display: block;
  }
  .header_center-menu{
    z-index: auto;
    margin-top: 0;
    align-items: center;
    padding-left: 10px;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
  }
  .header_center-menu .nj-logo,
  .header_center-menu .nj-logo img{
    width: 120px;
    height: 40px;
    background: none;
  }
  .header-common__nav{
    background-color: #d40000;
    position: relative;
    padding-right: 40px;
    width: calc(100% - 120px);
    height: 50px;
    box-sizing: border-box;
  }
  .header-common__nav .menu-button{
    position: absolute;
    width: 40px;
    height: 100%;
    right: 0;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
  }
  .header-common__nav .menu-button .bar{
    position: relative;
    z-index: 2;
    width: 22px;
    height: 2px;
    margin: 2px auto;
    background-color: #fff;
    border-radius: 4px;
    transition: 0.3s;
  }
  .header-common__nav .menu-button .bar:nth-of-type(1){
    margin-top: 0;
  }
  .header-common__nav .menu-button .bar:nth-of-type(3){
    margin-bottom: 0;
  }
  .header_center-menu .get_nav-all{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    flex-wrap: wrap;
  }
  .header_center-menu .get_nav-all .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .header_center-menu .get_nav-all .nav-alls{
    position: relative;
    z-index: 1002;
    width: 100%;
    background-color: #fff;
    border-radius: 8px 8px 0 0;
  }
  .header_center-menu .get_nav-all .nav-alls .title{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    font-size: 18px;
    font-weight: 500;
  }
  .header_center-menu .get_nav-all .nav-alls .title img{
    position: absolute;
    width: 30px;
    right: 20px;
  }
  .header_center-menu .get_nav-all .nav-alls ul{
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
  }
  .header_center-menu .get_nav-all .nav-alls ul li{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    height: 34px;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 500;
    background-color: #eaeff3;
    border-radius: 4px;
  }
  .header_center-menu .get_nav-all .nav-alls ul li:not(:nth-child(3n)){
    margin-right: 12px;
  }
  .header_center-menu .get_nav-all .nav-alls ul li a{
    color: #202020;
  }
  .mobile-nav__header-title{
    position: absolute;
    top: 0;
    left: 120px;
    z-index: 10;
    width: calc(100% - 170px);
    height: 74px;
    padding-left: 30px;
    font-size: 18px;
    line-height: 74px;
    color: #fff;
    font-weight: 600;
    box-sizing: border-box;
  }

  .ntes_foot_content,
  .new-nav_bottom .ntes_foot_link,
  .ntes_foot_content li{
    width: 100%;
    overflow: hidden;
  }
  .ntes_foot_content li{
    width: 100%;
    box-sizing: border-box;
    padding-right: 0;
  }
  .ntes_foot_content ul{
    flex-wrap: wrap;
    width: 100%;
  }
  .new-nav_bottom::before{
    display: none;
  }
  .ntes_foot_content li > div{
    margin-top: 0;
    margin-bottom: 16px;
    display: table;
    width: 100%;
  }
  .ntes_foot_content li > div.about_us p:nth-child(1),
  .ntes_foot_content li > div.about_us p:nth-child(2),
  .ntes_foot_content li > div.about_us p:nth-child(3),
  .ntes_foot_content li > div.about_us p:nth-child(4),
  .ntes_foot_content li > div.contact_us p:nth-child(1),
  .ntes_foot_content li > div.contact_us p:nth-child(2),
  .ntes_foot_content li > div.cooperate_us p:nth-child(1),
  .ntes_foot_content li > div.cooperate_us p:nth-child(2),
  .ntes_foot_content li > div.cooperate_us p:nth-child(3),
  .ntes_foot_content li > div.cooperate_us p:nth-child(4){
    width: 50%;
    box-sizing: border-box;
    float: left;
    overflow: hidden;
  }
  .ntes_foot_content li > div.about_us p:after{
    content: '';
    clear: both;
    display: table;
  }
  .ntes_foot_content li > div.follow_us{
    display: flex;
  }
  .follow_us > div{
    width: 33%;
  }
  .N-nav-bottom-copyright{
    padding: 24px 16px;
    box-sizing: border-box;
  }
}
